Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Im currently working on a facebook App which is displayed in the facebook canvas.One of the feature of the app is that any of its users can see the name and profile picture of other participants. Im successsfuly able to retrieve the access_token from the signed_request and store it in a session object .

However,while testing with test user i noticed that i do receive an "Unsupported - Get request" error. when retreiving the public info of the users.

var fb = new FacebookClient(accessToken);
dynamic result = fb.Get(facebookID);
return result;

'facebookID' representing the various user id.Im using the latest version of the Facebook C# SDK. Thanks

share|improve this question
Seems to be a problem on Facebook’s end – there’s a lot of bug reports right now for this, developers.facebook.com/… I’d suggest, you try to see which of these bug reports fits your problem best, and then join it. – CBroe Sep 27 '12 at 14:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.