Re: [twitter-dev] Re: Missing oauth_verifier

2010-09-07 Thread Abraham Williams
If anyone has questions about the TwitterOAuth library feel free to contact me. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Sep 7, 2010 at 09:

[twitter-dev] Re: Missing oauth_verifier

2010-09-07 Thread G
For those having issues with the oauth-php library I would suggest moving to the twitteroauth library found here. http://github.com/abraham/twitteroauth It is far simpler and built specifically around the twitter oauth framework. The oauth-php library I'm sure can do the job, but not without many

[twitter-dev] Re: Missing oauth_verifier

2010-09-06 Thread G
Your questions helped me find the issue. I'm using oauth-php and apparently what I'm doing isn't properly setting the callback URL. I'll look for the oauth_callback_confirmed flag for my error checking. Thanks for the help! On Sep 6, 4:11 pm, Taylor Singletary wrote: > Can you share as much info

Re: [twitter-dev] Re: Missing oauth_verifier

2010-09-06 Thread Taylor Singletary
Can you share as much information about your request token step as possible? This is the only step you should ever provide a callback URL in. Can you verify that you are using http://api.twitter.com/oauth/* for all paths in this sequence. What is the value of oauth_callback on your request token s

[twitter-dev] Re: Missing oauth_verifier

2010-09-06 Thread G
I will admit I'm not experienced with oauth at all and maybe I'm sending bad data in the initial step. I fail to see why I would get an appropriate request_token if that were the case though. On Sep 6, 3:42 pm, Tom van der Woerdt wrote: > Strange, you aren't the first one who reported this. I rea

[twitter-dev] Re: Missing oauth_verifier request parameter in OAuth CB

2010-06-23 Thread sb
Hey guys, It seems with twitter4j, I had to specify a callback url. When I did this, I get a verifier. Not sure where the error lies. I'm using twitter4j-core-2.1.2. sb On Jun 23, 2:03 pm, sb wrote: > Hi Taylor, > > Thanks for getting back to me.  I'm getting something like: > > http://examp

[twitter-dev] Re: Missing oauth_verifier request parameter in OAuth CB

2010-06-23 Thread sb
Hi Taylor, Thanks for getting back to me. I'm getting something like: http://example.com/oauthcb.htm?oauth_token=o7QdAbQYgpwAGKk2bR5j6VrARl... from Twitter. oauth_token is the same token sent initially during the auth request per the spec. You bring up a good point about the callback url and

[twitter-dev] Re: Missing oauth_verifier request parameter in OAuth CB

2010-06-23 Thread sb
I should also note that I used to have the application registered as a client and would get a verification code when it was like that. This app is also registered as a normal app and not as an @Anywhere but hopefully that doesn't make a difference.. sb On Jun 23, 1:44 pm, sb wrote: > Hi Taylor,

[twitter-dev] Re: Missing oauth_verifier request parameter in OAuth CB

2010-06-23 Thread sb
Hi Taylor, Thanks for getting back to me. I'm getting something like: http://example.com/oauthcb.htm?oauth_token=o7QdAbQYgpwAGKk2bR5j6VrARljVACgHsNhN0nN1c from Twitter. oauth_token is the same token sent initially during the auth request per the spec. You bring up a good point about the callb