Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to this. I have read Twitter Documentation whole day but still clueless.

I need to setup a "Login with Twitter" button on my website, which login any random visitor and after that gets his profile info from Twitter.

I know it uses Oauth... and I guess... REST API also... but I don't see any examples related to PHP.

Any link to any tutorial would help!

Please, help! It is urgent!

Regards!

share|improve this question

1 Answer

Check out the PHP Twitter library TwitterOAuth. There is documentation that talks about how the example code works. The example code implements the Login With Twitter button, so you should be able to copy the code and use it on your site fairly easily.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.