Actions29
- Posts Actions
- Comments Actions
- Users Actions
- Search Actions
Overview
This node integrates with the Sina Weibo API to perform various operations related to posts, comments, users, and search functionalities. Specifically, for the Search resource and the Get Suggestions Statuses operation, it fetches suggested status updates (posts) based on a provided keyword. This can be useful for discovering trending or relevant content related to a topic of interest.
Practical examples include:
- Automatically retrieving suggested posts related to a marketing campaign keyword.
- Monitoring suggested statuses around a breaking news topic.
- Enhancing social media dashboards by fetching recommended content suggestions.
Properties
| Name | Meaning |
|---|---|
| Keyword | The search keyword used to get suggested statuses. |
Output
The output is a JSON object containing the suggested statuses returned by the Sina Weibo API based on the input keyword. Each item in the output corresponds to one input item processed and includes the data structure as returned by the API for suggested statuses.
If an error occurs during execution for a particular input item, the output for that item will contain an error field with the error message.
No binary data output is produced by this operation.
Dependencies
- Requires access to the Sina Weibo API via the "N8N Tools" API service.
- Needs an API key credential configured in n8n for authentication with the N8N Tools API.
- Optional OAuth2 credentials may be configured but are not mandatory.
- The node performs a validation request to the N8N Tools API before executing the main operation.
Troubleshooting
- Invalid subscription or API key: If the node throws an error about invalid subscription or API key, verify that the API key credential is correctly set up and active.
- API validation failure: Network issues or incorrect API URL configuration can cause validation failures. Check connectivity and credential settings.
- Unknown operation error: Ensure the selected operation matches the supported ones for the chosen resource.
- Empty or no results: If the keyword is empty or too generic, the API might return no suggestions. Try using more specific keywords.
Links and References
- Sina Weibo Official API Documentation
- n8n Documentation - Creating Custom Nodes
- N8N Tools API Service (for API key management and documentation)