When I run the following code
OAuthRequest request = new OAuthRequest(Verb.POST, "https://
api.twitter.com/oauth/access_token");
request.addBodyParameter("oauth_bridge_code", oauth_bridge_code);
service.signRequest(token, request);
Response response = request.send();
Following message appears.
<errors>
<error code="97">Support for oauth_bridge_code via this endpoint is
deprecated</error>
</errors>
Did something changed in twitter API ? It was working a couple of
weeks ago ?
--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
This comment has been removed by the author.
ReplyDelete