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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:00:00+00:00 2026-05-28T06:00:00+00:00

I am trying to make a post on another user’s wall using another user

  • 0

I am trying to make a post on another user’s wall using another user using FBConnect. I am using the embedded method of the iOS Facebook API (that is, I am forcing the browser to appear inside my app, so I am not leaving the application at all). This method works for posting into the wall of the same user, but doesn’t work on the wall of another user.

    self.facebook = [[[Facebook alloc] initWithAppId:self.appID andDelegate:self] autorelease];
if ([self.facebook isSessionValid]) {
    [self proceedToPost];
}else{
    NSArray *permissions = [NSArray arrayWithObjects:@"publish_stream", @"email", @"read_stream", @"manage_pages", nil];
    [self.facebook authorize:permissions];
}

- (void)proceedToPost

{

NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"aName", @"name",
                               self.appID, @"app_id",
                               self.title, @"caption",
                               self.link, @"link",
                               @"animateURL", @"picture",
                               nil];
[params setObject:"my-user-profile-id" forKey:@"to"];
[self.facebook dialog:@"feed" andParams:params andDelegate:self];

}

The problem is that authorization is done as expected, but when trying to actually post, I see an error message in the embedded browser “cannot post to user’s wall”.

Can anyone help me with this?

  • 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-28T06:00:00+00:00Added an answer on May 28, 2026 at 6:00 am

    Did you request the publish_stream permission from the extended permissions?

    From the documentation about publish_stream permission:

    Enables your app to post content, comments, and likes to a user’s
    stream and to the streams of the user’s friends. With this permission,
    you can publish content to a user’s feed at any time, without
    requiring offline_access. However, please note that Facebook
    recommends a user-initiated sharing model.

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

    You can request permissons like this:

     NSArray *permissions = [[NSArray alloc] initWithObjects:
                @"publish_stream",
                nil];
            [facebook authorize:permissions];
            [permissions release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a pull down menu post a form when the user
i'm trying to make post to an external url using curl, the externa page
I'm trying to make a simple IRC bot that also listens to another port
I'm trying to make a simple HTTP post a endpoint with ONLY url arguments.
Trying to make a make generic select control that I can dynamically add elements
Trying to make a custom :confirm message for a rails form that returns data
I am trying to make a function in PHP that will allow me to
I'm trying to figure out how to get the name of the Facebook user
I'm trying to set up a git post-receive hook such that when a commit
I'm trying to make some Post Application which has to show messages like 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.