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

2010-09-05 Thread @yegle
Me too.

On 9月5日, 上午6时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-dev] Re: Where Is the oauth_verifier ?

2010-09-05 Thread @yegle
Some old consumer key/secret can return oauth_token and oauth_verifier
but new registered ones can only get oauth_token.

On 9月5日, 下午9时39分, @yegle cnye...@gmail.com wrote:
 Me too.

 On 9月5日, 上午6时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-dev] Re: Where Is the oauth_verifier ?

2010-09-05 Thread @yegle
Maybe I've found the solution

http://code.google.com/p/twip/source/diff?spec=svn129r=129format=sidepath=/branches/yegle/include/OAuth.phpold_path=/branches/yegle/include/OAuth.phpold=110

Let me know if it helps :-)

On 9月5日, 下午10时12分, @yegle cnye...@gmail.com wrote:
 Some old consumer key/secret can return oauth_token and oauth_verifier
 but new registered ones can only get oauth_token.

 On 9月5日, 下午9时39分, @yegle cnye...@gmail.com wrote:

  Me too.

  On 9月5日, 上午6时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