Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

graph.facebook.com/username does not work

I tried to get user detail using https://graph.facebook.com/username . But it throws an error

    "error": {
      "message": "(#803) Cannot query users by their username (ramesh.randika.56)",
      "type": "OAuthException",
      "code": 803
   }

does anybody have a solution for this problem.

like image 251
ramesh Avatar asked Jun 16 '15 12:06

ramesh


People also ask

Does Facebook Graph Search still work?

After being made less publicly visible starting December 2014, the original Graph Search was almost entirely deprecated in June 2019.

What is Graph Facebook domain?

Gaming graph domain is a separate domain from main graph domain (graph.facebook.com) to host a set of graph APIs specifically designed for gaming apps on Facebook. It's accessible using graph.fb.gg as the domain address.

What does graph facebook com mean?

The Graph API is the primary way to get data into and out of the Facebook platform. It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload photos, and perform a wide variety of other tasks.


2 Answers

graph.facebook.com/{Username} is not avaiable now but lookup-id.com still can find your facebook ID, facebook group ID and facebook page ID

like image 120
Trần Văn Thuận Avatar answered Sep 21 '22 21:09

Trần Văn Thuận


"View page source" Option in every web browser will help you. Follow this-

  1. Open the timeline of that person/FB account.
  2. Right-click anywhere on the web-page->View page Source-> wait 1 or 2 seconds to load the new page.
  3. Press Ctrl+f (used to find any string,word in the page) then type " profile_id= " (without quotes).
  4. Copy the long number after " = ", .

Conclusion : Using the "username" doesn't work anymore (Updated till Oct 2018),profile_id is the thing u needed instead.

like image 25
knight Avatar answered Sep 24 '22 21:09

knight