i have a twitter app that has many users already but to gain more i want to implement oauth - i have no idea where to start... the site will need to be able to store the register users username & have the correct credentials to request data from the twitter api anyone help me?
This should help you: http://www.jaisenmathai.com/blog/20...-integrate-with-twitters-oauth-api-using-php/
my website stores the users details (encrypted) in a mysql database then stores new id numbers etc dependant on what the script finds... i can't seem to get my head around this oauth??