Re: [twitter-dev] Where Is the oauth_verifier ?

2010-09-05 Thread Abraham Williams
If you don't set a custom oauth_callback when you get your request token
there will be no
oauth_verifier.

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 Sat, Sep 4, 2010 at 15:34, vanleurth vanleu...@gmail.com wrote:

 Hey all,

 I'm new to twitter development and am trying to get started.  I'm
 using php

 My basic problem is when the user gets redirected back to my app after
 authorizing my app on twitter, I don't get back the oauth_verifier.  I
 do see the oauth_token in my GET parameter, but nothing else.

 Am I missing something?  If there was an error, where can I see
 that?

 thanks,

 Please help,

 V.

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] Where Is the oauth_verifier ?

2010-09-04 Thread vanleurth
Hey all,

I'm new to twitter development and am trying to get started.  I'm
using php

My basic problem is when the user gets redirected back to my app after
authorizing my app on twitter, I don't get back the oauth_verifier.  I
do see the oauth_token in my GET parameter, but nothing else.

Am I missing something?  If there was an error, where can I see
that?

thanks,

Please help,

V.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] Where Is the oauth_verifier ?

2010-09-04 Thread vanleurth
Hey all,

I'm new to twitter development and am trying to get started.  I'm
using php

My basic problem is when the user gets redirected back to my app after
authorizing my app on twitter, I don't get back the oauth_verifier.  I
do see the oauth_token in my GET parameter, but nothing else.

Am I missing something?  If there was an error, where can I see
that?

thanks,

Please help,

V.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] Where is the oauth_verifier ?

2010-04-06 Thread Bjorn Tipling
I'm not seeing it. I'm following the specifications as outlined here:

http://tools.ietf.org/html/draft-hammer-oauth-10#section-2

and here:

http://oauth.net/core/1.0/#anchor9

I have Application Type set to Browser

callbackURL set to my callbakck URL

Everything seems to work up until the user clicks Allow Once the
user clicks Allow all the callback gets is the oauth_token, I don't
see an oauth_verifier.

How do I get this? What am I doing wrong? oauth_verifier is not in
the GET path it's not in the POST body. The only actual POST is when
the user clicks the Allow button and that sends a POST to twitter
with an authenticity token and the oauth token but no oauth_verifier
anywhere. It's no where. And it's required. What is going on?


-- 
To unsubscribe, reply using remove me as the subject.