Hello All,

When I am trying to access twitter with oauth ( I am trying the php
code from oauth.net ) , I enter the endpoint, consumer key and
consumer secret , but I end up getting this next page which doesnot
generate any token. Instead it says
Invalid consumer
OAuthRequest Object ( [parameters:private] => Array
( [oauth_consumer_key] => ..... [oauth_nonce] => ......
[oauth_signature] => .....= [oauth_signature_method] => HMAC-SHA1
[oauth_timestamp] => 1248730389 [oauth_version] => 1.0 )
[http_method:private] => GET [http_url:private] =>
http://example.com:80/example/request_token.php?oauth_consumer_key=...................&oauth_nonce=...............&oauth_signature=....................3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1248730389&oauth_version=1.0
[base_string] => )

I am not sure why it doesnot generate any token.
Code can be found at http://oauth.googlecode.com/svn/code/php/
Please help me..

thanks & regards
R

Reply via email to