Tag Archives: OAuth
Creating a Facebook Places Check-In app using the Graph API
Recent analytics led me to believe there are a lot of people looking for Facebook app information. I have demonstrated some of the new capabilities of Places in the Graph API.
Using OAuth and Graph API’s in FaceBook Canvas Apps

On a FaceBook Canvas Application project I needed to post messages to a users wall using PHP. Now, you may or may not be aware, but FaceBook has switched to Open Authentication and Graph API’s. There is quote a bit of documentation on the subject and it’s implementation at http://developers.facebook.com/docs/. The only thing missing is direct examples on how to perform these tasks. I searched around a bit and found information on this topic scarce. So, for your viewing pleasure, here are a couple examples on how to use the OAuth and Graph API’s.