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'm trying to update my own App/account on Facebook and twitter. Using basic authentication on twitter, this was pretty easy. However, with all the new security stuff, I have no idea where to begin. I've got a twitter account and a facebook app to which I want to post a status update (using PHP). I could use some getting started guides on publishing to a known account.

share|improve this question

1 Answer

up vote 1 down vote accepted

Twitter is having quite a lot of documentation and examples about OAuth. This is the best starting point to move from basic to OAuth authentication.

For facebook you can find the documentation about OAuth here.

share|improve this answer
Thanks, I found <a href="dev.twitter.com/pages/oauth_single_token">this</a>;. But facebook remains a bit of a problem. – Tim van Dalen Sep 19 '10 at 10:20

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.