I have an app using the twitter rest API. Everything is working fine but we\'re bumping into rate limits so we need to authenticate using oAuth. I have the oauth token and secre
Using the TwitterOAuth PHP library it is as simple as this:
get('account/verify_credentials');
There are several more example requests in the demo index.php.