views:

72

answers:

1

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.

+1  A: 

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.

halfdan
Thanks, I found <a href="http://dev.twitter.com/pages/oauth_single_token">this</a>. But facebook remains a bit of a problem.
Tim van Dalen