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

  • Home
  • SEARCH
  • 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 6115017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:02:34+00:00 2026-05-23T15:02:34+00:00

I am trying to implement Facebook Connect into my program. More specifically I am

  • 0

I am trying to implement Facebook Connect into my program. More specifically I am trying to post a native UIImage to the user’s Photos. I had a previous program that successfully implemented this. The user would upload the photo, then go to their Facebook page and accept the pending album. All photos thereafter would automatically load to the album. My problem is that this no longer works. When a photo is uploaded, there is no “pending album” anymore. (It does not work with my old program or the new one I am trying to implement.) Is there something that changed that I do not know about? Here is the code that I call after a valid session is established:

params = [NSMutableDictionary dictionaryWithObjectsAndKeys: img, @"picture",nil];
[facebook requestWithMethodName:@"photos.upload" andParams:params andHttpMethod:@"POST" andDelegate:self];

I also tried to implement it with the graphAPI as follows:

[facebook requestWithGraphPath:@"me/photos" andParams:params andHttpMethod:@"POST" andDelegate:self];

and this does not work either. I was able to post on my old app until yesterday, but when I deleted the album that the app had originally created, the pictures stopped appearing on Facebook. Posting plain text and links to the wall works fine, but I cannot get the photos to post. Can anyone help me? Thank you in advance.

  • 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-23T15:02:35+00:00Added an answer on May 23, 2026 at 3:02 pm

    I’m new to the fb API, but I do have one working app. The requestWithGraphPath method is non-blocking – meaning it will complete before the photo is actually uploaded. You’ll know when the photo is finished uploading by implementing the following in your FBRequestDelegate:

    - (void)request:(FBRequest *)request didFailWithError:(NSError *)error
    

    (the upload request failed, during which you can inspect the NSError for the details as to why), or

    - (void)request:(FBRequest *)request didLoad:(id)result 
    

    meaning it was successful.
    Try NSLog(...)-ing these two callbacks to see what is going on with your upload. If you’re encountering a permissions or connectivity issue, you’ll see it in the NSError.

    Hope this helps,

    Scott Heaberlin

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

Sidebar

Related Questions

I'm trying to implement Facebook Connect on a website with .NET MVC using C#.
I am trying to implement Facebook into my Android app. Everytime though, the facebook
I am trying to implement facebook Connect to my cakephp Application. i am using
I'm trying to implement a data compression idea I've had, and since I'm imagining
I'm trying to implement Google Friend Connect as a sign in solution. I've implemented
I'm trying to implement single sign-on using facebook in my ruby sinatra app. So
I have implemented Facebook Connect into a HTML page exactly as the tutorial explains
I'm trying to implement a Facebook like toolbar on the bottom of the screen
I am trying to implement a histogram equalization method (HE) for a UIImage in
I'm trying to implement a bookmarklet where the user will click one <img/> and

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.