Face book API

Today and last week as well, in my project I had to go through the FaceBook API. The API is located here. http://developers.facebook.com/docs/reference/api/user

The API is very straight forward call to the REST service. For testing, you will need to get the token by loging in to FaceBook with your account. The token can be then used to make a REST service call.

I found the following C# API library very useful.
https://github.com/facebook/csharp-sdk

I hope this is useful.

About Pankaj

I am a Developer and my linked profile is https://www.linkedin.com/in/pankajsurti/
This entry was posted in Facebook Developers Info. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s