[twitter-dev] Re: TwitterOAuth, two authentication calls, one works, one fails... why?

2010-05-27 Thread Jonathan Sachs
On 5/26/2010, Abraham Williams wrote: Are the scripts on the same server? Same version of PHP? Are they using the same accounts access tokens? Same consumer token? Yes, yes, yes, and yes. Since I posted, though, I figured out what the problem was. The second authentication _is_ working, but

[twitter-dev] Re: Can an authorize URL pass through a parameter?

2010-04-13 Thread Jonathan Sachs
Raffi Krikorian replied to my question about pass-through parameters in the callback URL: i don't think this is possible in oauth 1.0a. i know oauth 2.0 has a state parameter (don't quote me on the name) that will allow clients to pass an opaque string to the server who will then pass it back.

[twitter-dev] Can an authorize URL pass through a parameter?

2010-04-10 Thread Jonathan Sachs
I've got a specific question and a general one. The specific one first. When I registered my application with Twitter, it made me specify a callback URL. In fact, what page I want Twitter to call back depends on what the user is doing! Consequently, the callback page must figure out what the

[twitter-dev] Can't reset application's callback address

2010-04-04 Thread Jonathan Sachs
I'm trying to run the sample program that comes with the TwitterOAuth library. It's not working because when I registered my web as a Twitter API client, I mistyped the domain name. Twitter sends the OAuth token to an invalid URL, and the sample program never gets it. I corrected the URL in