Tagged Questions

Features Compatible with all Graph API and REST API Calls Supports all forms of Facebook authentication: Cookies, OAuth 2.0, Signed Requests Samples Applications to get started quickly Client authentication tool to get test access tokens Links Office Site Documentation Source Code Facebook ...

learn more… | top users | synonyms

10
votes
2answers
1k views

Deserializing JSON when sometimes array and sometimes object

I'm having a bit of trouble deserializing data returned from Facebook using the JSON.NET libraries. The JSON returned from just a simple wall post looks like: { "attachment":{"description":""}, ...
10
votes
4answers
3k views

Integrating Facebook Authentication with existing ASP.NET Membership

Coding Platform: ASP.NET 4.0 WebForms with C# We have a website with the existing login details managed by ASP.NET Membership Provider. Now client wants to add Facebook Connect to it. So on ...
9
votes
2answers
431 views

Facebook crossdomain.xml silverlight error

I have a problem with crossdomain.xml that is located on Facebook photo servers. The first problem arises when Silverlight asks for clientaccesspolicy.xml – Facebook servers return 403 – Access Denied ...
9
votes
3answers
5k views

Facebook C# SDK and Access Token

I'd like to be able to authenticate myself (my profile, not just my app) on my own web application using the Facebook C# SDK. Using the Graph API, I can get an access token, but that token does not ...
9
votes
2answers
1k views

Available Membership Starter Kits / Membership NuGet Packages for ASP.NET MVC3?

I'm looking for a Membership starter kit / NuGet package for MVC3 to handle things like user management as well as Facebook Authentication and Twitter Authentication. The Microsoft.Web.Helpers seems ...
8
votes
1answer
3k views

ASP.NET MVC3 and Facebook integration

I'm just about to start a new ASP.NET project using MVC3, and since some of the requirements are about facebook integration, I need your advice on the following issues: 1- Is it achievable to connect ...
7
votes
6answers
549 views

How to Handle Facebook Application Requests?

I am working on a Facebook application And I am offering the user to invite his friend to the application using the C# SDK. as shown in Facebook documentation My problem is when the friend of the ...
7
votes
3answers
2k views

How to get started with the Facebook C# SDK for WP7?

I've been reading alot (and searching alot) but can not find a decent resource for getting started with Facebook C# SDK for WP7. I'm NOT looking for a handout of code but rather a starting point to ...
7
votes
2answers
6k views

facebook-C#-sdk MVC “Hello World” app - how to get access token?

I've downloaded the C# Facebook SDK "Simple MVC Website Example" from CodePlex at: http://facebooksdk.codeplex.com/releases/view/54371 and have successfully got it to authenticate to my test ...
6
votes
3answers
1k views

Facebook API - Invalid signed request. (Invalid signature.)

I'm tryng to use Facebook authentication at http://landlordscores.co.uk/account/login.aspx but after logging in with facebook, the callback page displays "Invalid signed request. (Invalid signature.) ...
6
votes
3answers
2k views

Logging out of Facebook C# SDK on WP7

I am trying to add a feature for logging out, which is called in the click event of a ApplicationBarMenuItem, following the instructions on this blog This is what my code looks like: var oauth = ...
5
votes
1answer
233 views

fb:multi-friend-selector, can I use it for other than sending invites?

In my facebook application, I need an option, where users can add or remove the friends from a group. I see the But all the samples I see only provides the option to send invite to application. ...
5
votes
1answer
2k views

Facebook logout C# SDK

Hi I am having trouble trying to logout of facebook using the FB C# SDK. Here's a sample of my test var oauth = new FacebookOAuthClient(); oauth.AppId = fbSection.AppId; ...
5
votes
1answer
498 views

How to use facebook's REST API call “LiveMessage.Send”

This might be a "possible" duplicate (I've read a few answers on here and none caught my eye :/) in which case I apologize! However I've been banging my head for 3 days now trying to get this right! ...
5
votes
1answer
644 views

Using Facebook Requests 2.0 with the C# SDK

I am trying to update the bookmark count field with the SDK but have not had any success yet. Can somebody tell me what classes I need to instantiate to do something similar to the following link: ...
5
votes
2answers
1k views

How can i get photos from albums? facebook c# sdk

I am using Facebook C# SDK and it's working pretty well. I want to show user's albums and it's photos on my site. I am using graph api. I did get the albums using this method :- ...
4
votes
1answer
289 views

Facebook Authentication and strange redirect behaviour

I'm currently testing an OAuth implementation of facebook connect using http://facebooksdk.codeplex.com. I've got a FacebookController with 2 simple actions called LogOn and CallBack. Everything ...
4
votes
2answers
147 views

Accessing LogedIn user Id in facebook Page?

Here I am Using Signed Request in facebook : http://developers.facebook.com/docs/authentication/signed_request/ Here As per document in json object contain following field : "user", "algorithm", ...
4
votes
1answer
205 views

Facebook Social Graph API: “Annoying or Abusive” Error Message

I got the following exception from the Social Graph API: (OAuthException) Block! You are engaging in behavior that may be considered annoying or abusive by other users.: You have been blocked ...
4
votes
0answers
146 views

How to Handle Facebook Application Requests? [closed]

Possible Duplicate: How to Handle Facebook Application Requests? I am working on a Facebook application And I am offering the user to invite his friend to the application using the C# SDK. ...
4
votes
2answers
247 views

(100) queries parameter: array expected. - facebook SDK C#

string query1 = String.Format("\"query1\":\"SELECT pid, object_id, src_big, owner FROM photo where object_id={0}\"", photoFbId); string query2 = ...
4
votes
5answers
2k views

Fans-only content in facebook with asp.net C# sdk

Hi i'm developing an application in facebook with c# sdk and i want that the user whom liked my page can only use my application. (Like woobox) I found some solutions in php in this link but there ...
4
votes
1answer
1k views

SchemaVersion Not Declared When Installing Facebook 5.0.9.0

When I try to install Facebook 5.0.9.0 from the Library Package Manager (or the Package Manager Console), I get an error that states "The 'schemaVersion' attribute is not declared". I did not have ...
4
votes
1answer
581 views

“System.MissingMethodException was unhandled”?

I recieve this exception when I try to run the sample application for WP7 that comes with the Facebook C# SDK: File or assembly name 'Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, ...
4
votes
1answer
318 views

(facebook C# SDK) Any ways to avoid getting an exception thrown when “The remote server returned an error: NotFound.”

I am using the facebook C# SDK, v5.0.3. I develop a silverlight application. If my code asks an invalid or unauthorized graph request, for example : http://graph.facebook.com/me/Idonotexists ...
4
votes
3answers
4k views

FaceBook API: Get the Request Object for a request Id - logged into the account that sent the request. Using the “Requests Dialog” API

I am using the "Requests Dialog" to create Facebook requests. Inorder to get the user that the requests were sent to I need to access the Request object using the graph API. I have tried most of the ...
4
votes
1answer
2k views

Get permission and begin publishing to a Facebook page wall, separate from user's account?

Using the Facebook C# SDK by Nathan Totten, how would I go about getting permission to post to a Facebook page wall, for a page ID they provide? I've got Facebook C# SDK working to let users login ...
4
votes
1answer
2k views

Facebook Javascript Login Example

I would like to make a ASP MVC 3 website with Facebook auth system. I want to add users to my database when they connect to the website so that I can save their posts on the web site. The problem is ...
4
votes
1answer
1k views

Configuration Error 'Facebook.FacebookConfigurationSection'

I created a sample asp.net 4.0 application which includes a Facebook Connect button. I run the website on IIS. The site is working fine. But the application gives me error whenever I deployed it in ...
4
votes
1answer
659 views

Change picture caption thru Graph Api C# Facebook

I need to know if it's possible to change the caption of a picture uploaded in facebook. I could upload without trouble, but now I want to change the caption using the facebook graph api. Is it ...
4
votes
2answers
610 views

Architecture for testable iframe application - Best practices with Facebook C# SDK

I am struggling in seting up a the basic architecture for my ASP.NET MVC Facebook iframe application which is running on Windows Azure. I know that there are some basic samples, how to use the ...
3
votes
2answers
87 views

Authenticating with Facebook from local development site

I'm trying to add the ability to post to a users wall from a site I'm developing. I've got some code in place using the Microsoft C# Facebook SDK. It checks if the current user is authenticated, if ...
3
votes
3answers
287 views

Facebook C# SDK: “Invalid signed request” exception when parsing fbsr cookie

I've posted an issue on the Facebook C# SDK website, the problem statement and all the details can be found there: http://facebooksdk.codeplex.com/workitem/5927 Please help me :(
3
votes
1answer
301 views

The remote certificate is invalid according to the validation procedure

Since the Oct 1st Facebook update requiring SSL for canvas apps my Facebook Application has stopped working and displays the error: The remote certificate is invalid according to the validation ...
3
votes
1answer
324 views

Is oAuth 2.0 the default login method in Facebook C# SDK?

I was just wondering. I'm using FB C# SDK for my facebook applications. Do I need to change anything to make sure everything keeps working after October 1st?
3
votes
3answers
586 views

me/feed with pic from different domain

I was trying to find this on facebook's site in their documentation but so far no luck. I'm sure others must have run into this before. I use Amazon S3 for storing images. I didn't know ahead of ...
3
votes
1answer
349 views

Facebook Credits with C# SDK

UPDATE I have since been able to get the popup working. I removed/commented out unnecessary code I was using below. For some strange reason I had to switch to an aspx from my ashx. Just make sure all ...
3
votes
1answer
760 views

Updating Signed Request using Javascript OAuth 2.0 SDK

With the release of the new Javascript SDK and OAuth 2.0, I was wondering if it's possible to update the SignedRequest (and authtoken) without redirecting the user, so I used the following approach. ...
3
votes
4answers
2k views

Cannot Logout of Facebook with Facebook C# SDK

I think I've read just about everything out there on the topic of logging out of Facebook inside of a Desktop application. Nothing so far works. Specifically, I would like to log the user out so ...
3
votes
2answers
439 views

facebook c# sdk: deleting a request-id

I am using the latest facebook c# sdk (http://facebooksdk.codeplex.com/). After i have sent an apprequest, i want to delete the request id. This is how i do it at the moment: var app = new ...
3
votes
1answer
1k views

Facebook C# Sdk, Framework 3.5 and Microsoft.Contracts

I've downloaded the Facebook C# SDK. I'm at the point where I have a facebook token and am calling the method: var fb = new FacebookClient(token); I'm getting the following error: Could not ...
3
votes
1answer
413 views

FacebookOAuthClient - Could not load file or assembly 'Facebook.Contracts' or one of its dependencies

I'm developing a .net 3.5 project in VS2008 and I'm trying to use FacebookOAuthClient. The problem is that I keep getting, "Could not load file or assembly 'Facebook.Contracts' or one of its ...
3
votes
3answers
1k views

Get AccessToken on the Landing Page using Facebook C# SDK

Coding Platform ASP.NET 4.0 WebForms I have two pages that are relevant here Login.aspx LandingPage.aspx On Login.aspx when I click an ImageButton, I redirect to Facebook site with the following ...
3
votes
3answers
2k views

Facebook .NET SDK: How to authenticate with ASP.NET MVC 2

I am trying to get the grip on the Facebook SDK and at the same time transitioning from ASP.NET forms to MVC (finally). So please bear with me .. I have created two controller actions: FBLogon is ...
3
votes
2answers
817 views

Migrating from old (v3.0) Facebook .Net SDK to the latest (v5.0)

originally i was using a .net sdk for facebook found here: http://facebooktoolkit.codeplex.com/ but now, i am trying to migrate over to the latest version which is hosted below, and implements many ...
3
votes
1answer
345 views

Facebook SDK CanvasAutorize attribute redirects my ajax call and doesn't reach the controller code

I have a FB app that is working nice with the postbacks from within MVC but when i try to post some data to a controler that has the requireauthorize attribute, using jquery $.post() , FB redirects it ...
3
votes
1answer
520 views

How to get Facebook user id during deauthorization

I'm using new Facebook C# SDK 5.0.2, and I encountered the following problem: During application deuthorization I have value of singed_request. Unfortunatelly they doesn't have accesstoken so If I'm ...
3
votes
2answers
1k views

Multiple facebook apps under one web application

I'm trying to use the umbraco cms for a few facebook apps. My idea was to have each facebook app in an aspx page in umbraco (these "apps" are very simple, only a few images, maybe a poll in each). But ...
3
votes
5answers
3k views

getting user profile picture using facebook c# sdk from codeplex

I am using facebook C# sdk from codeplex and trying to download user's profile picture. I know I can get this from: http://graph.facebook.com/UID/picture?type=large but this URL then posts to a ...
3
votes
4answers
1k views

How to catch FacebookApiExceptions when using FacebookApp.ApiAsync in WP7?

I'm currently using Facebook C# SDK v4.2.1 and I'm trying to post something onto the user wall. It worked fine until I got an FacebookOAuthException (OAuthException) Error validating access token. ...

1 2 3 4 5 22