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 1095741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:10:22+00:00 2026-05-17T00:10:22+00:00

I am writing a facebook app for iphone, however when I send a request

  • 0

I am writing a facebook app for iphone, however when I send a request to post a comment I get the following error:

failed with error: Error Domain=api.facebook.com Code=210 "User not visible" UserInfo=0x5a986b0 {request_args=(
    {
    key = text;
    value = "Test comment";
},
    {
    key = format;
    value = XML;
},
    {
    key = "post_id";
    value = "100001297086328_132682710102963";
},
    {
    key = "call_id";
    value = 1279912620;
},
    {
    key = v;
    value = "1.0";
},
    {
    key = "api_key";
    value = XXXXXXXXXXXXXXXXXXXXXXX;
},
    {
    key = method;
    value = "facebook.stream.addComment";
},
    {
    key = "session_key";
    value = "XXXXXXXXXXXXXXXXXXXXXXXXXX";
},
    {
    key = sig;
    value = XXXXXXXXXXXXXXXXXXXXXXXXXXX;
}

When I attempt to comment on the same post with the same user and facebook app using the test console at http://developers.facebook.com/docs/reference/rest/stream.addComment it works just fine.

My current permissions are: read_stream, publish_stream, read_friendlists

The code I am using for the request is:

-(void)postComment:(NSString *)comment forPost:(NSString *)postID {
NSLog(@"postComment called");
NSLog(@"comment is: %@", comment);
NSLog(@"post ID is: %@", postID);


currentRequest = @"post comment";

NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:
                        comment, @"text",
                        postID, @"post_id",
                        nil];

[[FBRequest requestWithDelegate:self] call:@"facebook.stream.addComment" params:params];

}

I can “like” the same post. I have no idea why this isn’t working.

  • 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-17T00:10:23+00:00Added an answer on May 17, 2026 at 12:10 am

    Turns out the answer is to update the iOS SDK classes provided by Facebook. The new ones connect via desktop authentification with an access token which lets you use the new graph API to add comments.

    The new SDK can be found here: http://github.com/facebook/facebook-ios-sdk/

    it will require some changes to current methods, but nothing too complicated.

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

Sidebar

Related Questions

I'm writing a facebook app that iterates through comments. I can get the user
I'm writing a very basic Facebook app, but I'm encountering an issue with cross-domain
I'm writing a simple Facebook status update web app that uses Graph API. It
I'm writing an iPhone app that's using Facebook Connect. While testing, you normally embed
T'm writing a Facebook canvas app, and I'm trying to post to the user's
I'm writing an app that can post on Facebook in the behave of the
I'm writing a facebook desktop application for the first time using the PyFacebook api.
I am writing a Facebook application that needs to post on a friend's wall
I'm writing a Ruby on Rails (3.1) app where a user can send emails
I will soon be writing a native iPhone app for my web site. The

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.