Re: [twitter-dev] Problem with $connection-get('account/verify_credentials')

2011-05-02 Thread Abraham Williams
You have to perform step 6-7 where you exchange your request token for an access token. https://github.com/abraham/twitteroauth/blob/master/DOCUMENTATION You can see an example in callback.php: https://github.com/abraham/twitteroauth/blob/master/callback.php Abraham - Abraham

[twitter-dev] Problem with $connection-get('account/verify_credentials')

2011-05-01 Thread JJRAY
I'm a newbie with the Twitter API. I have no problem sending a user from my site to Twitter via the api and receiving authentication. Here is the code I use for that, tweaked from Nettus. ?php // Twitter API Example--Nettuts session_start(); require_once('inc/twitterOAuth.php'); // make sure