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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:05:31+00:00 2026-06-03T05:05:31+00:00

I am currently making a Facebook iOS Application and In the app I am

  • 0

I am currently making a Facebook iOS Application and In the app I am trying to get the users Facebook wall and put it in a UITable View.

So Far I Have:

[facebook requestWithGraphPath:@"me/home" andDelegate:self];

This is called when the view is loaded.

The in Facebook Did Receive Response, I want To Populate the table view with the posts, but this is where I have trouble. I looked everywhere for an answer and I read the apple and Facebook documentation, and they didn’t help me in my case. Also If Someone Posts a Video or Image, How Would I Handle That in a TableView?? Any Help would be greatly appreciated.

Thanks,
Virindh Borra

  • 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-03T05:05:33+00:00Added an answer on June 3, 2026 at 5:05 am

    You need to take the response and put it into an NSArray. Then in your UITableViewDelegate methods load up the cell:

    -(void)request:(FBRequest *)request didLoad:(id)result {
       // take my result and put it into an array, usually it's an NSDictionary
        NSArray *friendsFBData = [result objectForKey:@"data"];
        NSMutableArray *friendIds = [NSMutableArray arrayWithCapacity:friendsFBData.count];
        for (int x = 0; x < friendsFBData.count; x++) {
            [friendIds addObject:[((NSDictionary*)[friendsFBData objectAtIndex:x]) objectForKey:@"id"]];
        }
    
       // don't forget to call loadData for your tableView
       [self reloadData];
    }
    
    -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
        // Grab data from array
        NSString *myName = [myArray objectAtIndex:indexPath.row];
        [myLabel setText:myName];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently making a Facebook application for iOS that pulls the profile feed
I am currently making a facebook app and am having some problems with permissions.
I am currently making an app that will have multiple timers, which are basically
I'm currently making ipad application. I have create an uiviewcontroller which is appear with
Currently I'm making a Facebook app with Heroku, I did as the instruction says,
I'm making an app where you can post in your friends' facebook wall, the
I'm I'm currently making a wpf c# app. I have some storyboards which animate
I'm currently making a C++ game. I have my main loop during which the
I'm currently making an iphone web app based on Google App Engine (python). I
I'm currently making an iPhone app that has PDF viewing a crucial part of

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.