Threads offers a platform for fresh perspectives and community building around shared interests. Following the launch of the Threads API last year, which facilitated creator and business engagement, several improvements were made for enhanced content discovery.
New Enhancements to the Threads API
Recent updates include:
- Location Tagging: Users can now search for and add a location to their posts.
- Polls: Ability to add polls to new threads and retrieve results from existing ones.
- Text-Only Threads: Faster creation of text-only threads using the
auto_publish_text
parameter. - Post Management: Users can delete their own posts.
- Profile and Post Retrieval: Retrieve public profiles and fetch public posts from them.
- Topic Tags: Create posts with topic tags and search for public posts by these tags.
- Click Metrics: Query metrics to track link clicks.
- Date Range Search: Find relevant posts by specifying a date range with keywords.
- GIF Support: Fetch GIF media on posts with attachments.
- Reply Restrictions: Restrict replies to followers only.
- Real-Time Notifications: Receive notifications when mentioned in a post via a new webhook.
Resources such as self-serve developer documentation, a sample app, and the Threads API collection on the Postman API Platform are available to assist developers. Additionally, support for programmatically debugging access tokens has been introduced, allowing developers to inspect permissions and expiration details.