Re: [twitter-dev] oAuth Tweet of me api call Could not authenticate

2011-03-23 Thread @matheuseduardo
Abraham! nice to see you here! I'm having problem with oAuth, experiencing always 401 not authorized.. did you have been reported about this error? any solution or tip/trick about this? Rgds -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] oAuth Tweet of me api call Could not authenticate

2011-03-22 Thread deepak
Hi, we are using the below code to make api call The api call to fetch tweet is not working but api call for credential is working fine. It is showing the below error {request:\/1\/statuses\/retweets_of_me.json?,error:Could not authenticate you.} Please see the below code

Re: [twitter-dev] oAuth Tweet of me api call Could not authenticate

2011-03-22 Thread Abraham Williams
You are making the retweets_of_me request directly with cURL instead of with TwitterOAuth. You should do something like: $content = $connection-get('statuses/retweets_of_me'); Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly