Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6026705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:29:04+00:00 2026-05-23T04:29:04+00:00

I am receiving the following graph response when checking users into Facebook using the

  • 0

I am receiving the following graph response when checking users into Facebook using the Facebook Graph API. I am using the facebook-ios-sdk within my iPhone application to do this.

{"error":{"type":"OAuthException","message":"An unexpected error has occurred. Please retry your request later."}}

I have not made any changes to my code today and I know for a fact (database logs, etc) that their have been successful checkins yesterday.

I’m asking the SO community whether or not they have received similar errors and how they attempted to resolve them?

I have already tried the following:

  1. Revoked access to my application via Facebook.
  2. Reset my offline_access token by forcing Facebook to generate a new one.

Keep in mind my application successfully shares via peoples Facebook walls as well and this is working as expected without any problems.

I request the following permissions from my users:

@"offline_access", @"publish_stream", @"publish_checkins", @"email"

EDIT:

Okay, so this is quite strange and I’m thinking that it’s an error on Facebook’s end.

I use the following code to tag friends in the checkin:

if ([self.selectedFriends count] > 0) {
   [variables setObject:[self.selectedFriends componentsJoinedByString:@","] forKey:@"tags"];
}

fb_graph_response = [fbGraph doGraphPost:@"me/checkins" withPostVars:variables clientId:accessToken];

self.selectedFriends is simply an NSMutableArray of Facebook profile ID’s separated by commas, which is what the graph API says to use and remember this has been working fine for months.

http://developers.facebook.com/docs/reference/api/checkin/

If I remove the [variables setObject:[self.selectedFriends componentsJoinedByString:@","] forKey:@"tags"]; then the checkin works just fine for me.

It fails every time I tag one or more friends. Is anyone else receiving the same error when tagging friends in a checkin?

UPDATE 1:

Looks like other people are receiving the same problem relating to Groups:

http://forum.developers.facebook.net/viewtopic.php?pid=349396

I wonder if there’s a bug at the moment relating to Checkins.

I’ve posted a bug:

http://bugs.developers.facebook.net/show_bug.cgi?id=18134

UPDATE 2:

Facebook were able to reproduce the bug and they’re now looking into it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:29:05+00:00Added an answer on May 23, 2026 at 4:29 am

    i m using checkins in one of my applications , Regarding your issue ,

    Yes , you are right , i had this OAUTH Exception only when sometimes you made checkins continuously with tagging friends,

    Also allow permissions like @”user_checkins”, @”friends_checkins”, in your application

    please check this link :

    http://tylerwhitedesign.com/how-to-check-in-using-the-facebook-ios-sdk-and-graph-api

    NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                   [dictionary objectForKey:@"place"], @"place", //The PlaceID
                                   coordinates, @"coordinates", // The latitude and longitude in string format (JSON)
                                   message, @"message", // The status message
                                   tags, @"tags", // The user's friends who are being checked in
                                   nil];
    
    [_facebook requestWithGraphPath:@"me/checkins" andParams:params andHttpMethod:@"POST" andDelegate: postCheckinRequestResult];
    

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am receiving the following error when attempting to inject my dao into a
I am receiving the following compile time error when attempting to extend the SimpleButton
Trying to get information from an external source, I'm receiving the following error: Warning
The following code compiles and runs but I'm not sure what exactly is going
There is following code: QFile in(c:\\test\\pic.bmp); in.open(QFile::ReadOnly); QByteArray imageBytes = in.readAll(); socket->write(bytesToSend); On server,
I'm trying to use beaker cache with SQLAlchemy but I've been receiving errors. Here
Im trying to publish my site on an server and have been receiving this
I have a WCF Service running fine on my local machine. I put it
been playing around with Capistrano to get an automated deploy between my server and
Possible Duplicate: mysql_fetch_array() expects parameter 1 to be resource, boolean given in select I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.