Facebook · Example Payload

Facebook Getcurrentuser Example

Fortune 500AdvertisingContent PublishingMessagingSocial MediaSocial Networking

Facebook Getcurrentuser Example is an example object payload from Facebook, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCurrentUser",
  "method": "GET",
  "path": "/me",
  "summary": "Facebook Get Current User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetCurrentUser200Example",
      "example": {
        "id": "100001234567890",
        "name": "Jane Smith",
        "email": "jsmith@example.com"
      }
    }
  ]
}