[twitter-dev] Re: Support for oauth_bridge_code via this endpoint is deprecated

2011-06-09 Thread kupad
I'd like to add that I'm receiving the same error. Are there any alternatives we can use? --phil On Jun 8, 8:53 pm, bisanthe bisanthe.gro...@gmail.com wrote: Hello, When I run the following code                         OAuthRequest request = new OAuthRequest(Verb.POST, https://

[twitter-dev] Re: Support for oauth_bridge_code via this endpoint is deprecated

2011-06-09 Thread Felix Oldenburg
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);                        

[twitter-dev] Re: Support for oauth_bridge_code via this endpoint is deprecated

2011-06-09 Thread Felix Oldenburg
Hi, I'm facing the same problem since today. Mine was working until today, too :(. I was just about to finish the project (took me weeks of work) and now the bridge code conversion is broken aaarghh! Regards, Felix. On 9 Jun., 02:53, bisanthe bisanthe.gro...@gmail.com wrote: Hello, When I run

Re: [twitter-dev] Re: Support for oauth_bridge_code via this endpoint is deprecated

2011-06-09 Thread Felix Oldenburg
Ah, sorry I mean since today... Am 09.06.11 15:50, schrieb Felix Oldenburg: Hi, I'm facing the same problem until today. On 9 Jun., 02:53, bisanthebisanthe.gro...@gmail.com wrote: Hello, When I run the following code OAuthRequest request = new

Re: [twitter-dev] Re: Support for oauth_bridge_code via this endpoint is deprecated

2011-06-09 Thread Matt Harris
Hey everyone, Along with the JSAPI the oauth_bridge_code was one of the unsupported components of @anywhere. It was originally made available during the Social App Workshop July last year but wasn't released as a supported or production ready system. We caution against using unsupported