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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:16:28+00:00 2026-06-14T01:16:28+00:00

My request: <FBRequestConnection: 0x93a8ba0, 1 request(s):( <FBRequest: 0x9395c90, session: 0xa8aeb80, graphPath: https://graph.facebook.com/me, HTTPMethod: GET,

  • 0

My request:

<FBRequestConnection: 0x93a8ba0, 1 request(s):(
<FBRequest: 0x9395c90, session: 0xa8aeb80, graphPath: https://graph.facebook.com/me, HTTPMethod: GET, parameters:
{
   "access_token" = BAAG4P63ZBHK0BAObimWrMZCGOzn3s6qOtqynyzkJmIN0fKiKGlCkmlqlKMcpbvrrhN9QJsIxrTc7PZCFoceuCwAC2ygCph27WV72iwxkbi2svKCDemDo8BBqOwc6bp6DQH7U9tjp4gZBofb4brYg;
   fields = name;
   format = json;
   "migration_bundle" = "fbsdk:20120913";
   sdk = ios;
})>

My response:

result (null)
error Error Domain=com.facebook.sdk Code=5 "The operation couldn’t be completed. (com.facebook.sdk error 5.)" UserInfo=0x93b1ad0 {com.facebook.sdk:ParsedJSONResponseKey={
    body =     {
        error =         {
            code = 100;
            message = "(#100) Unknown fields: name.";
            type = OAuthException;
        };
    };
    code = 400;
}, com.facebook.sdk:HTTPStatusCode=400}

What is the reason behind?
If I send without fields = name; then I get back some default user data.


Invoking:

FBRequest *graphRequest = [[FBRequest alloc] initWithSession:[FBSession activeSession]
                                                   graphPath:request.graphPath
                                                  parameters:request.parameters
                                                  HTTPMethod:request.httpMethod];

FBRequestConnection *connection = [[FBRequestConnection alloc] init];
[connection addRequest:graphRequest
     completionHandler:^(FBRequestConnection *connection, id result, NSError *error)
 {
     [self requestCompleted:connection result:result error:error];
 }];
[connection start];

Request object:

-(NSString*)graphPath
{ return @"https://graph.facebook.com/me"; }

-(NSDictionary*)parameters
{
    return [NSDictionary dictionaryWithObjectsAndKeys:
            @"name", @"fields",
            nil];
}

-(NSString*)HTTPMethod
{
    return @"GET";
}

Have tried with fixed parametes as well, no effect:

graphRequest = [[FBRequest alloc] initWithSession:[FBSession activeSession]
                                        graphPath:@"https://graph.facebook.com/me"
                                       parameters:[NSDictionary dictionaryWithObjectsAndKeys:@"name", @"fields", nil]
                                       HTTPMethod:@"GET"];
  • 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-14T01:16:29+00:00Added an answer on June 14, 2026 at 1:16 am

    Graph path must be relative.
    Now I use only @”me” instead of @”https://graph.facebook.com/me”, and works like a charm.

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

Sidebar

Related Questions

I request a URL as https://user:pass@domain.com/etcetc In Controller, I use Request.Url.UserInfo get nothing, empty
I am using this following Graph API request to get all friends who likes
request.getRequestDispatcher(https://app.inpostlinks.com/login).forward(request, response); I want to forward the request to the foreign URL like https://app.inpostlinks.com/login
Each request in my web app can get one data access object instance (of
var request = new WebClient(); request.DownloadFile(http://2nditeration.ca/Images/facebook.png, C:\tmp\filename.png); The first parameter is saying there are
Request.Path will get the current Path name with file name such as: C:/......./Personal/Items.aspx How
I request for page, http://192.168.11.212:25/TespApp/pages/login.jsp with request.getContextPath(), we can get path /TespApp but i
My request is small I am using GetDlgItem() to get text from a text
request = GET /solr1/select?q=reqRelDate_l%3A%5B1321516800000+TO+1321775940000%5D+AND+requestStatus_s%3ASUB29&wt=javabin&version=1 HTTP/1.1 or request = GET /solr1/select?q=reqRelDate_l%3A%5B1321516800000+TO+1321775940000%5D+AND+requestStatus_s%3ASUB29&wt=javabin&version=1 HTTP/1.1 And I want
request.open(GET, selectedTab + .html, true); Will this respond me back with the whole html

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.