[twitter-dev] Oauth not redirecting back to site

2010-05-14 Thread Leonard Speiser
We've been running Oauth Twitter redirect to our site for months now
(www.society.me).  All of the sudden the sign in page won't redirect
back to our URL.  It works with a different product we offer
(different domain).  Has anyone else seen this bug?  The app works
fine otherwise (people who signed in before this problem can still
publish via our app, etc.) but no new users can sign in because the
redirect is broken.

Thanks,
Leonard


Re: [twitter-dev] Oauth not redirecting back to site

2010-05-14 Thread Taylor Singletary
Hi Leonard,

Are you explicitly setting your oauth_callback in the request_token
step or are you relying on a callback pre-registered in your
application record on Twitter?

In either case, what's the value set to when it fails? What happens on
the failed redirect?

We haven't changed code in this area for awhile, so it's a curious case.

Thanks,
Taylor

On Friday, May 14, 2010, Leonard Speiser speiser2...@gmail.com wrote:
 We've been running Oauth Twitter redirect to our site for months now
 (www.society.me).  All of the sudden the sign in page won't redirect
 back to our URL.  It works with a different product we offer
 (different domain).  Has anyone else seen this bug?  The app works
 fine otherwise (people who signed in before this problem can still
 publish via our app, etc.) but no new users can sign in because the
 redirect is broken.

 Thanks,
 Leonard


-- 
Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


[twitter-dev] oauth no redirecting

2009-11-13 Thread BrianTheCoder

Here's my code

https://gist.github.com/7aa3ae9307c43b7881a7

Am I missing something? Whenever I try and allow my application it
just goes to http://twitter.com/oauth/authorize instead of redirecting
back to my app? I've quintuple checked all my app settings.