I am trying hard but not able to generate token. I am using the code from
http://oauth.googlecode.com/svn/code/php/ and I am using it on my test
server. But for some reason it is always giving me

"invalid consumer"
___________________________________________________________

OAuthRequest Object ( [parameters:private] => Array ( [oauth_consumer_key]
=> buWIzbM7RPf1CNM3wlpZhg [oauth_nonce] =>  [oauth_signature] => =
[oauth_signature_method] => HMAC-SHA1 [oauth_timestamp] => 1248735987
[oauth_version] => 1.0 ) [http_method:private] => GET [http_url:private] =>
http://........com:80/example/request_token.php?oauth_consumer_key=buWIzbM7RPf1CNM3wlpZhg&oauth_nonce=01ae9584f72ed7b72e5b3bf7da503802&oauth_signature=VCCIt4nNFKZn6wXhh6OEXwCoc4Y%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1248735987&oauth_version=1.0
[base_string] => )

I am not able to figureout where I am going wrong . Please please help

R


On Mon, Jul 27, 2009 at 4:10 PM, Abraham Williams <4bra...@gmail.com> wrote:

> Are you adding oauth_callback to the oauth/request_token call? Along with
> the request_token you should be getting an oauth_callback_confirmed=true.
> Passing a callback url with a user when they go to authorize access does not
> work anymore:
>
>
> http://groups.google.com/group/twitter-api-announce/browse_frm/thread/472500cfe9e7cdb9?hl=en
>
> Abraham
>
> On Mon, Jul 27, 2009 at 15:49, mattarnold1977 
> <matt.arnold.1...@gmail.com>wrote:
>
>>
>> I've been able to create a successful web request to receive an auth
>> token from Twitter.  However, Twitter is not sending me back to my
>> development environment even though I have put the oauth_callback
>> parameter on my request.  It even shows my call back parameter in the
>> URL on the Twitter oAuth authentication page.
>>
>> I'm wondering if anyone else is using VS 08 (ASP .NET) as their
>> development environment and were able to successfully get the oAuth
>> call back parameter to redirect back to their development environment?
>>
>> -Matt
>>
>
>
>
> --
> Abraham Williams | Community Evangelist | http://web608.org
> Hacker | http://abrah.am | http://twitter.com/abraham
> Project | http://fireeagle.labs.poseurtech.com
> This email is: [ ] blogable [x] ask first [ ] private.
>

Reply via email to