Hi,
I'm facing the same problem until today.

On 9 Jun., 02:53, bisanthe <bisanthe.gro...@gmail.com> wrote:
> Hello,
> 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

Reply via email to