I have a web application that uses HTML5, javascript, and jquery to send messages to and from people. I want to now make it possible to update your Facebook status from the webpage. Any ideas how to accomplish this?
I have a web application that uses HTML5, javascript, and jquery to send messages
Share
You basically have to do the following:
You can check out my Facebook Graph API tutorial here:
http://net.tutsplus.com/tutorials/php/wrangling-with-the-facebook-graph-api/
The tutorial is actually what you’re looking for – a website that uses the Graph API to post to different Facebook pages/accounts. It’s a bit outdated (e.g. Facebook removed the offline_access permission already), but with a little tweaking it should work flawlessly again.