Using Facebook\'s PHP SDK, I was able to get Facebook login working pretty quickly on my website. They simply set a $user
variable that can be accessed very eas
I just tried abraham's twitteroauth from github and it seems to work fine for me. This is what I did
Thats it. If you now navigate to http://www.example.com/twitteroauth, you will get a "Signin with Twitter", that will take you to Twitter , authorize the request and get you back to the index.php page.
EDIT: Example will not work but do not worry. Follow the above steps and upload to server. Make sure you rename the file from github repository i.e. config-sample.php->config.php
if you want to see a working sample, find it here