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

[twitter-dev] Randomly failing OAuth procedure

2011-06-14 Thread Felix Oldenburg
Hi twitter developing community, I'm using ruby( on rails) to do the oauth dance manually and finally call /1/statuses/update.json to update the status of an authorized user. Every single step during the oauth procedure is confirmed to be working. Actually I already tweeted some messages

[twitter-dev] Re: Randomly failing OAuth procedure

2011-06-14 Thread Felix Oldenburg
of anything specifically wrong with the process for fetching the request token. @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jun 14, 2011 at 7:25 AM, Felix Oldenburg oldenburg.fe...@googlemail.com wrote: Hi twitter developing community, I'm using

[twitter-dev] Re: Randomly failing OAuth procedure

2011-06-15 Thread Felix Oldenburg
contains a plain ~ it fails, still wondering why... Thanks again for the support and sunny greetings from Hamburg Germany, Felix. On 14 Jun., 18:03, Felix Oldenburg oldenburg.fe...@googlemail.com wrote: Hi Taylor, thanks for many hints on tracking down the problem. I don't use any libraries

[twitter-dev] Re: oauth_bridge_code Disabled?

2011-06-16 Thread Felix Oldenburg
Hi DustyReagan, we had this topic lately, see this thread: http://groups.google.com/group/twitter-development-talk/browse_frm/thread/50fcc4f28cd6b659 On 16 Jun., 00:26, DustyReagan dustyrea...@gmail.com wrote: Was oauth_bridge_code disabled? If so how are we suppost to bridge @anywhere OAuth

[twitter-dev] Re: Does “~” need encode?

2011-06-17 Thread Felix Oldenburg
I had the same issue with the ~ encoding. If ~ gets encoded to %7E the signature is wrong, but with a plain ~ it's fine. But if u look at abraham's php twitter library, which also implements the needed oauth functionality, u can see he also uses the non encoded ~. (