They both have the same name and use the new Graph API, but which is better for ASP.NET 4.0 WebForms? The official SDK hasn't been updated in a few months, but the one on Codeplex was just updated last week. Does anyone have experience with both that could offer an opinion?
|
closed as off topic by casperOne♦ Jun 21 '12 at 18:59
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I've worked with facebooksdk. The source code is well engineered and it works great for us. The facebooksdk also allows you to use the new dynamic type when working with the Graph API which makes it really easy to work. After logging in with the Javascript SDK, it is really easy to get info about the user.
|
|||||||||||
|
|
I vote for facebooksdk from codeplex. It is regularly updated and bug fixed. Its also very easy to work with. I recommend codeplex facebook C# sdk Here is a code repository with well tested code for working with it facebook C# sdk code samples |
|||
|
|