[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://
 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=97Support 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


[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);
                         request.addBodyParameter(oauth_bridge_code, 
 oauth_bridge_code);
                         service.signRequest(token, request);
                         Response response = request.send();

 Following message appears.

 errors
   error code=97Support 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


[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 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=97Support 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


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 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=97Support 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


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 technologies/APIs for anything
other than your own experimentation and learning as they could stop
functioning, be turned off, or change significantly without notice. If
a method or API is not documented and you want to check if it's
suitable for production please let us know. If the method is supported
but missing from the docs we'll get it added in.

To obtain OAuth 1.0a tokens for a user you should incorporate the
OAuth web flow described in our documentation:
http://dev.twitter.com/pages/auth

Best,
@themattharris

On Jun 9, 2011, at 6:59, Felix Oldenburg oldenburg.fe...@googlemail.com wrote:

 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 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=97Support 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

-- 
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