Hey everyone,
Last week we let you know that we would soon be removing the
search.twitter.com/trends endpoints [1]. Next Tuesday (12th April) is when
will turn these endpoints off so please make sure you are using
api.twitter.com/1/ for trends before then.
We've noticed some of you are also using the wrong host for other requests
to the API. To avoid problems or outages with your applications please
ensure you are making requests to the correct hosts (and base paths) for the
Twitter API you want to use. Even if your code is working now, you should
check the hosts match those listed below:
REST API:
http://api.twitter.com/1/....RESOURCE....
OAuth:
http://api.twitter.com/oauth/....RESOURCE....
Streaming (Track):
http://stream.twitter.com/1/....RESOURCE....
Userstreams:
http://userstream.twitter.com/2/user.json
Sitestreams Beta:
http://sitestream.twitter.com/2b/site.json
Search:
http://search.twitter.com/search.json
Tweet Button:
http://platform.twitter.com/widgets.js
Web Intents
http://platform.twitter.com/widgets.js
@anywhere:
http://platform.twitter.com/anywhere.js
Web Widgets:
http://widgets.twimg.com/j/2/widget.js
Some common errors include:
* Incorrectly using http://twitter.com instead of http://api.twitter.com/1/
* Incorrectly making requests like
http://api.twitter.com/account/verify_credentials.json instead of
http://api.twitter.com/1/account/verify_credentials.json
* Incorrectly directing users to http://twitter.com/oauth/authorize instead
of http://api.twitter.com/oauth/authorize
* Incorrectly querying http://199.16.156.11/search.json instead of
http://search.twitter.com/search.json
SSL (https) is supported on some but not all hosts. You can use SSL on:
* api.twitter.com
* userstream.twitter.com
* search.twitter.com
1.
http://groups.google.com/group/twitter-api-announce/browse_thread/thread/6f734611ac57e281
Best,
@themattharris
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
http://groups.google.com/group/twitter-development-talk