Reputation: 13308
I looked for an example of a simple asp.net mvc application which only shows the albums and the pictures they contain via facebook api. Unfortunately I didn't find a worthwhile example.
I visited facebook and read the guilds for developers but in fact I even didn't understand what kind of api I should use: Javascript SDK, Open Graph API or just Graph API. I already created my test application at https://developers.facebook.com/apps.
Does anybody can help me to solve this issue?.
Upvotes: 0
Views: 1650
Reputation: 11227
Take a look at Facebook C# SDK - they have an example of a web app on their website: Getting Started with the Facebook C# SDK for ASP.NET
Upvotes: 3