Skip to main content

All Questions

0 votes
0 answers
40 views

Get shared friends username from Facebook after share

I want to get username from face book after share post on face book wall like this Response.Redirect(string.Format("http://www.facebook.com/dialog/feed?app_id={0}&redirect_uri={1}name={2}&...
user3676063's user avatar
0 votes
1 answer
491 views

how to get friend fields on Facebook .net API

I'm trying this but getting "Unknown path components" exception this syntax works fine on Graph Explorer, I don't now why it is not working here. thanks Here' my code: var client = new ...
RollRoll's user avatar
  • 8,262
1 vote
1 answer
2k views

how to get facebook page id using javascript sdk?

I want to get page id from Facebook on custom page tab click. Here is the code, i am working with. Is this right way to get page id from the Facebook. I am able to get access token and user id values ...
sainath sagar's user avatar
0 votes
1 answer
460 views

Post to a friends wall

I have an MVC4 application that uses OAuth to login via facebook. Once logged in the user can then choose a guestlist from their Facebook Friends. This is fine as I am managing to retrieve the ...
CR41G14's user avatar
  • 5,544
0 votes
1 answer
850 views

MVC3 C# Facebook Login Integration

I am trying to create an MVC3 C# simple application that uses facebook to login based on the following tutorial: http://facebooksdk.codeplex.com/wikipage?title=Getting%20Started%20with%20an%20ASP.NET%...
Brad's user avatar
  • 512
2 votes
1 answer
690 views

Facebook login is reloading the page forever

This is the script on my webpage: <div id="fb-root"></div> <script> window.fbAsyncInit = function () { FB.init({ appId: '419349611446911', // App ID ...
sergserg's user avatar
  • 22.1k
0 votes
0 answers
59 views

Facebook authorize not working [duplicate]

Possible Duplicate: Facebook API error 191 I have an MVC facebook app. Here is the config: <facebookSettings appId="**" appSecret="**" canvasPage="http://apps.facebook.com/fooapp/" ...
DarthVader's user avatar
  • 54.5k
-2 votes
1 answer
316 views

api facebook, asp.net mvc3,c#

I tried installing FBGraph (the api) with install package fbgraph but it didn't work. How can I install FBGraph?
saisneImane's user avatar
-2 votes
4 answers
5k views

Share with Facebook in MVC 3

I'm developing an application online in MVC 3 who consists to manage a tennis club... When a tennis player make a reservation for a tennis game, I would like to allow this tennis player to share ...
Razor's user avatar
  • 1,395
0 votes
1 answer
393 views

Transparently Get Facebook Profile Pictures

I'm just getting into the Graph API and am having having a hard time trying to figure out if/how I can go about showing MY profile albums on My website with out having to have the user log into ...
AGoodDisplayName's user avatar
1 vote
2 answers
1k views

Facebook C# SDK with MVC

I m working on a facebook ap with Facebook C# SDK and MVC 3. One of the problem I m having is: multiple versions of Facebook SDK API with several inconsistent versions. Almost every version there is ...
DarthVader's user avatar
  • 54.5k
4 votes
1 answer
13k views

(OAuthException - #2500) An active access token must be used to query information about the current user

string accessToken = GetAccessToken(); string accessKey = accessToken.Split('=')[1]; var client = new FacebookClient(accessKey); dynamic me = client.Get("me"); here is the ...
DarthVader's user avatar
  • 54.5k
2 votes
2 answers
7k views

Facebook C# SDK Get Current User

I m working on a Facebook App. Not a website. I am trying to use Facebook C# SDK and trying to get Current User and Query Current User info. How do i do that? Also, When i try to use an app it s ...
DarthVader's user avatar
  • 54.5k
0 votes
1 answer
503 views

Facebook merge registration c#/MVC3

I can't believe I'm asking this, since it apparently should be very simple. I'm building a website, where I'd like my own user database to be able to "connect"/merge with a facebook profile. That ...
Dynde's user avatar
  • 2,664
0 votes
2 answers
2k views

How do I pass information back to my application as part of the facebook login process?

I'm looking at .Net code which performs a facebook login, using the C#/.Net library wrappers. I would like to pass an identifier into the log-in attempt, with the goal of having facebook pass it back ...
blueberryfields's user avatar

15 30 50 per page