I am using Facebook APIs w/ oAuth using their Javascript SDK to sign in, and setting oAuth = true. I can from the SDK sign in successfully, and get my xfbml to render properly.
I\'m looking to try and get an MVC3 Canvas app working with the Facebook C# SDK, but am struggling to allow permissions - Below is my code, and when I open the app I get the \'Allow / Deny\' dialog bu
I am having a problem with running multiple Facebook applications under a single Web application. Similar to this problem:
We have a facebook game that uses the Facebook C# SDK 5.2.1.0. We would like a splash page for users who have not yet authorized. My code is set up basically like this: https://gist.github.com/879932.
I noticed the \"/Search\" works only on \"Names\". How would it be possible开发者_Go百科 to search Facebook user\'s programmatically, by searching their \"Work\".
Here\'s the functionality I want. I want users of my mobile apps (iOS, Android) to be able to post photos from their device to a facebook page of someone else. This facebook page is not owned by the u
We have a website application that is deployed and customised for multiple customers, across different domains, we are developing a Facebook Connect app within this website, so people can see what the
I\'m working on a facebook app and facing a problem with my forms with MVC3 with Razor. A. Working form:
using facebook c# sdk, I\'m able to post to my wall but when I try to do it on my friend\'s wall, it just does not show, any ideas why this could be happening?
I\'m using Facebook C# SDK for my WP7 app. The authentication dialog that prompts the us开发者_Python百科er to grant permission to the app is displayed full screen on the app (about 480px I guess), bu