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.

Exception handling is a programming language construct or computer hardware mechanism designed to handle the occurrence of exceptions, special conditions that change the normal flow of program execution.

learn more… | top users | synonyms

0
votes
0answers
37 views

Some FB Pages generate an exeption when I try to call it through the Graph API [duplicate]

An example: This page: http://graph.facebook.com/Idespinneriet generate this result: { "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": ...
0
votes
1answer
232 views

exception handling with the facebook php sdk

I have noticed that when uploading images to facebook album via created by my app using the php sdk for facebook, the sdk will occasionally throw an error. I got an error from the sdk a few times in ...
0
votes
0answers
145 views

Invalid event name specified: event_info-name

I've found multiple posts on this subject but no answer: What are the requirements for the event name when creating an event through the Graph API? (see posts: Facebook Graph Error (#100) Invalid ...
0
votes
1answer
749 views

How can I catch and change the thrown exception message from facebook sdk?

I'm getting this exception from facebook SDK: Fatal error: Uncaught OAuthException: (#506) Duplicate status message thrown in [...] src/base_facebook.php on line 1033 How can I catch the exception ...
2
votes
2answers
275 views

Facebook OAuthException when offline_access token is invalid

I know that even the offline_access token got from Facebook can be invalid (in case the user changed password for example). In that case I need to catch the thrown exception and offer the user of my ...
1
vote
2answers
702 views

rescue_from Koala exceptions

Beginner question perhaps: I'm trying to check my user permissions from facebook with Koala. In some cases I'm going to get thrown an error. So I just want to catch it and redirect to ...
3
votes
1answer
960 views

How to handle different FbGraph exceptions at a time in ruby?

I am new to Ruby On Rails & developing a web application with Facebook connectivity implemented in it. I am using omniauth & fb_graph gem to authenticate user & to get user's information. ...
2
votes
3answers
4k views

Error validating access token: The session is invalid because the user logged out

My code: var fbWebContext = FacebookWebContext.Current; if (fbWebContext.IsAuthorized()) { var fb = new FacebookWebClient(fbWebContext); dynamic result = fb.Get("/me"); ...
3
votes
4answers
2k 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
vote
3answers
3k views

What I have to do to solve “java.lang.IllegalArgumentException”?

I am trying to process the following URL via the HttpGet() method: ...