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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:21:38+00:00 2026-06-18T08:21:38+00:00

How can I retrieve data from the Graph API using NSMutableURLRequest ? I already

  • 0

How can I retrieve data from the Graph API using NSMutableURLRequest?

I already have a valid access token and I need to fetch basic user information such as birthday, ID, picture or first/last name.

In the accounts framework you can create a request with parameters using + requestForServiceType:requestMethod:URL:parameters: so I just tried - setValue:forHTTPHeaderField: but it doesn’t seem to work…

As long as I write all the necessary attributes in the request URL it works fine. Maybe there is a request URL scheme I can use or any other way to submit the attributes needed to perform the request.

Thanks 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-06-18T08:21:39+00:00Added an answer on June 18, 2026 at 8:21 am

    You can create a simple GET request and include the access_token like this. You can insert the ACCESS_TOKEN using [NSString stringWithFormat:]

    NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init];
    [request setURL:[NSURL URLWithString:[NSString stringWithFormat:@"https://graph.facebook.com/me?access_token=ACCESS_TOKEN&fields=id,name,birthday"]]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Json data retrieved from facebook using graph api, now i am
I am using FQL to retrieve data from graph API and here is the
How can I retrieve data from a SQL Server using LINQ and display each
How I can retrieve data from jqgrid row, if I have only the number
I'm implementing the Graph API in Facebook to retrieve data as JSON from an
I can retrieve data from normal json link But I have one link which
Can anybody tell how to retrieve data from database like that of Facebook's notification
How can I retrieve the meta data such as Description, Modified/Create Dates etc from
I'm making this method retrieve records from the Data Base. As you can see
I'm using can.Model to retrieve data by id : Invoice = can.Model({ findAll: 'GET

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.