I need to publish a post on my application profile page as an application not as a user here is the code :
I\'m developing a Facebook application. Which is a usual aspx page with a datagrid and a label. When I open the application on Facebook and click on the select button of any row of the grid, page load
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a facebook App that for some reason it got banned. How can I find out programatically (FB C# SDK preferably) at login for instance that the application got banned?
I have set开发者_运维问答up a facebook app, configured it to point to my localhost and created a tab in facebook to point to the local app.
I have a question. I think that Facebook C# GRAPH API only supports method that get most recently posts or messages.
I am using Facebook API how i can get userid in facebook from its mail ? I am u开发者_如何学Gosing Facebook.dllUsing a Search API, you can query all publicly available information. That means, you ca
my problem is as follows: I have just migrated from using the Facebook C# API 4 -> v. 5.0.50 (as of 2011-07-11), therefore I had to change some lines of code and started using the FacebookWebClient in
i am using this to post on page or user profile : var fb = new FacebookOAuthClient(FacebookApplication.Current);
Good evening! I\'m developing a web application with asp.net C#. In this application the user has the option to createa login using its facebook account (facebook connect).