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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:26:37+00:00 2026-06-13T03:26:37+00:00

I am trying to upload the text with image using FBRequestConnection like as follow

  • 0

I am trying to upload the text with image using FBRequestConnection like as follow but I am only able to upload text,not the image.
But when I am giving any image link in place of img1(image) then I am able to see the image on the facebook wall.

UIImage *img1 = [UIImage imageNamed:@"Default@2x.png"];

 NSMutableDictionary *params = [[NSMutableDictionary alloc] initWithObjectsAndKeys:
                                @"https://developers.facebook.com/ios", @"link",
                               img1, @"picture",
                               @"Facebook SDK for iOS", @"name",
                               @"build apps.", @"caption",
                               @"imagae description.", @"description",
                               nil]; 


[params setObject:@"post message" forKey:@"message"];


[FBRequestConnection
 startWithGraphPath:@"me/feed"
 parameters:params
 HTTPMethod:@"POST"
 completionHandler:^(FBRequestConnection *connection,
                     id result,
                     NSError *error) {
     NSString *alertText;
     if (error) {
         alertText = [NSString stringWithFormat:
                      @"error: domain = %@, code = %d",
                      error.domain, error.code];
     } else {
         alertText = @"Posted successfully.";
     }
     // Show the result in an alert
     [[[UIAlertView alloc] initWithTitle:@"Result"
                                 message:alertText
                                delegate:self
                       cancelButtonTitle:@"OK!"
                       otherButtonTitles:nil]
      show];
 }];

I have taken the two permission @”publish_actions”,@”user_photos”

Please let me know where I am wrong in this code.

  • 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-13T03:26:38+00:00Added an answer on June 13, 2026 at 3:26 am

    Check out my answer in the IOS Facebook SDK 3 upload image with message

    It is the similar way which you required. Just add some more parameters as per your requirements.

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

Sidebar

Related Questions

I am trying to upload an image to server using using XMLHttpRequest but fails.
I've been trying to upload an image using ajax, but maybe I'm doing it
I am trying to upload an image to server using iphone . I haven't
I'm trying to develop image crop using JQuery. I use ajax to upload the
So apparently I'm trying to do something that jQuery does not like. I'm using
I am trying to attach an image using jQuery but have gotten a strange
I'm trying to upload a form with an image using PHP to MySQL. I
I am using swfupload plugin. When I am trying to upload an image I
I'm trying to upload some videos using PHP. But I can't get them into
I am trying to upload a file and an image using the google drive

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.