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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:24:06+00:00 2026-06-04T02:24:06+00:00

I am trying to publish a message on my facebook wall from my application.

  • 0

I am trying to publish a message on my facebook wall from my application. First time the publish is successful. However during the second and successive times I am getting “The operation couldn’t be completed. (FacebookErrDomain:10000)”. please help me on this.

P.S: I am not using ARC, eventually no static variables.
Trying to implement the SSO feature of facebook.

I am calling three methods in the app,

-(void)signintoFacebook{
    if (![self.facebook isSessionValid]) {
        NSArray *permissions=[NSArray arrayWithObjects:@"read_stream",@"publish_stream", nil];
        [self.facebook authorize:permissions];
        NSLog(@"first permission");
    }else{
        NSLog(@"second");
        if ([self.delegate respondsToSelector:@selector(signedIntoFacebook)]) {
            [self.delegate signedIntoFacebook];
        }
    }
}

-(void)postToFacebook{
    NSMutableDictionary *params = [NSMutableDictionary dictionary];
        [params setObject:@"Good Morning..!!" forKey:@"message"];
       [self.facebook requestWithGraphPath:@"me/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];

}

works fine for the first post. During the second try my error message is caught in this method

-(void)request:(FBRequest *)request didFailWithError:(NSError *)error{
    NSLog(@"The request failed to load %@",[error localizedDescription]);
}
  • 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-06-04T02:24:08+00:00Added an answer on June 4, 2026 at 2:24 am

    try this method you get more inforamtion

    - (void)request:(FBRequest *)request didFailWithError:(NSError *)error {
        NSLog(@"%@", [error localizedDescription]);
        NSLog(@"Err details: %@", [error description]);
    };
    

    please check Err details:

    I think you have error code 506 , this error is duplicate status message

    if you send same message again to again then error is generate, if you want to send same message then you use one trik

    you logout facebook and again login , send message then error not generate.

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

Sidebar

Related Questions

I'm trying to publish to facebook from my program, but I'm getting: {error:{type:OAuthException,message:(#3) App
I am developing a Facebook application, and I am trying to publish the users'
I'm trying to use the Facebook C# SDK to publish posts to the wall
I'm trying to publish a link to the user's wall on Facebook after he
I am trying to post a message to the users wall using a application
I am trying to post a message through apis on facebook wall. The problem
I have a facebook app and trying to publish a post to user's wall,
I'm trying to publish checkin using Facebook Graph API. I've gone through Facebook API
I am trying to publish an event from an F# type, but I want
I'm trying to make my app publish to all my friend's walls. From what

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.