Php Job. Need Oauth On Site.
Oauth is a simple php based login system that communicates with an outside API (twitters) and lets people basicvally sign up on my site without sharing their twitter account password.
The system just ask “sign up here” they are taken to twitter to login and verify access, then are taken back to my site. The system will store 2 key codes to identify them and save them in the database.
Right now, I have a site that uses twitter login info to get inside. The system has a database for users already that you can use. It needs to take them now to twitter and then back to my site which would then create their account in my database. You should probably use some kind of cookie as well to it from making them go back and forth to much.
I just need my site converted over to using the Oauth system instead of the plain username and password I am using now.The site is similar to this one. http://www.iwantfollowers.com/test.php
Instead of clicking get started for free, You would click a button that would say something like “sign in with twitter” and then the process starts.