Can any one explain that what is difference between grap API and Visual studio SDK for facebook?
+1
A:
Graph API is a new and a lot easier way to access facebook API, it can be used from any language including C#.
The new Graph API attempts to drastically simplify the way developers read and write data to Facebook. It presents a simple, consistent view of the Facebook social graph, uniformly representing objects in the graph (e.g., people, photos, events, and fan pages) and the connections between them (e.g., friend relationships, shared content, and photo tags).
Source: http://developers.facebook.com/docs/api
Also have a look at:
On the other hand, C# SDK is a way to use facebook API through C# only. Facebook has created SDK for more languages too other than C#.
Sarfraz
2010-08-11 07:43:27
with facebook graph api how we can chek the permissions......
qauaan
2010-08-11 11:29:41