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
Twitter documentation links to a few PHP OAuth libraries that you can use to accomplish OAuth authentication.