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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:23:40+00:00 2026-05-30T21:23:40+00:00

I am sending the following request for getting the user statuses. [facebook requestWithGraphPath:@me/statuses andParams:params

  • 0

I am sending the following request for getting the user statuses.

[facebook requestWithGraphPath:@"me/statuses" andParams:params andDelegate:self];

Then I am storing the response received in an array.

 NSArray *resultData = [[result objectForKey:@"statuses"] objectForKey:@"data"];
if([resultData count] > 0) {
         for (NSUInteger i=0; i<[resultData count] && i < 25; i++) {
             [status addObject:[resultData objectAtIndex:i]];
         }
     }

I am able to display the statuses in a tableview.

cell.textLabel.text = [[status objectAtIndex:indexPath.row] objectForKey:@"message"];

How can i get the comments for each status?

  • 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-30T21:23:41+00:00Added an answer on May 30, 2026 at 9:23 pm

    First of all, You should get your post id,Then hit the post id to see the comments like two steps

    • https://graph.facebook.com/me/posts

    Save all the post then on each post your request to fetch comments on post like this..

    • https://graph.facebook.com/1558423549_3394202704692

    You can get help from here

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

Sidebar

Related Questions

Sending request with URL length ~ 4950 characters. Getting the following XMLHTTPRequest.ResponseText: ERROR The
Hello all in my iphone application after sending login xml request am getting following
I am getting the following error while sending mail by click of a button
My OCSP client is sending me the following HTTP request: POST <NULL> HTTP/1.0 Content-Type:
I am executing the following and sending a request to my MVC controller. $.ajax({
On my client side I'm sending an ajax request with jQuery in the following
Consider the following code sending an HTTP 201 Created response to the client: String
I have the following problem. A web service is sending a JSON POST request
I'm working with sockets in C# and I'm getting the following error: A request
I've got jquery sending an AJAX request that executes some checks and then should

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.