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.
facebook facebook-graph-api web web-scraping
add a comment |
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.
facebook facebook-graph-api web web-scraping
possible duplicate of Facebook Graph API v2.1: getting user id and his posts
– cygery
Jun 16 '15 at 12:58
It says it right there already: Cannot query users by their username The fieldusername
was removed with API v2 – your app is not supposed to get information about arbitrary users any more.
– CBroe
Jun 16 '15 at 13:00
@cygery He can't use the suggested solution anymore, because v1.0 is gone.
– Tobi
Jun 16 '15 at 13:06
@cygery not a duplicate. I just want to try this on my browser graph.facebook.com/username/picture?width=800
– ramesh
Jun 16 '15 at 14:47
@ramesh This doesn't work anymore
– Tobi
Jun 16 '15 at 14:57
add a comment |
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.
facebook facebook-graph-api web web-scraping
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.
facebook facebook-graph-api web web-scraping
facebook facebook-graph-api web web-scraping
edited Jun 16 '15 at 14:40
ramesh
asked Jun 16 '15 at 12:55
rameshramesh
61114
61114
possible duplicate of Facebook Graph API v2.1: getting user id and his posts
– cygery
Jun 16 '15 at 12:58
It says it right there already: Cannot query users by their username The fieldusername
was removed with API v2 – your app is not supposed to get information about arbitrary users any more.
– CBroe
Jun 16 '15 at 13:00
@cygery He can't use the suggested solution anymore, because v1.0 is gone.
– Tobi
Jun 16 '15 at 13:06
@cygery not a duplicate. I just want to try this on my browser graph.facebook.com/username/picture?width=800
– ramesh
Jun 16 '15 at 14:47
@ramesh This doesn't work anymore
– Tobi
Jun 16 '15 at 14:57
add a comment |
possible duplicate of Facebook Graph API v2.1: getting user id and his posts
– cygery
Jun 16 '15 at 12:58
It says it right there already: Cannot query users by their username The fieldusername
was removed with API v2 – your app is not supposed to get information about arbitrary users any more.
– CBroe
Jun 16 '15 at 13:00
@cygery He can't use the suggested solution anymore, because v1.0 is gone.
– Tobi
Jun 16 '15 at 13:06
@cygery not a duplicate. I just want to try this on my browser graph.facebook.com/username/picture?width=800
– ramesh
Jun 16 '15 at 14:47
@ramesh This doesn't work anymore
– Tobi
Jun 16 '15 at 14:57
possible duplicate of Facebook Graph API v2.1: getting user id and his posts
– cygery
Jun 16 '15 at 12:58
possible duplicate of Facebook Graph API v2.1: getting user id and his posts
– cygery
Jun 16 '15 at 12:58
It says it right there already: Cannot query users by their username The field
username
was removed with API v2 – your app is not supposed to get information about arbitrary users any more.– CBroe
Jun 16 '15 at 13:00
It says it right there already: Cannot query users by their username The field
username
was removed with API v2 – your app is not supposed to get information about arbitrary users any more.– CBroe
Jun 16 '15 at 13:00
@cygery He can't use the suggested solution anymore, because v1.0 is gone.
– Tobi
Jun 16 '15 at 13:06
@cygery He can't use the suggested solution anymore, because v1.0 is gone.
– Tobi
Jun 16 '15 at 13:06
@cygery not a duplicate. I just want to try this on my browser graph.facebook.com/username/picture?width=800
– ramesh
Jun 16 '15 at 14:47
@cygery not a duplicate. I just want to try this on my browser graph.facebook.com/username/picture?width=800
– ramesh
Jun 16 '15 at 14:47
@ramesh This doesn't work anymore
– Tobi
Jun 16 '15 at 14:57
@ramesh This doesn't work anymore
– Tobi
Jun 16 '15 at 14:57
add a comment |
3 Answers
3
active
oldest
votes
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
3
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
add a comment |
The username
field was removed with the introduction of the Graph API v2.0.
See
- https://developers.facebook.com/docs/apps/changelog#v2_0
/me/username
is no longer available.
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
1
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
1
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
|
show 2 more comments
"View page source" Option in every web browser will help you.
Follow this-
- Open the timeline of that person/FB account.
Right-click anywhere on the web-page->View page Source-> wait 1 or 2 seconds to load the new page.
Press Ctrl+f (used to find any string,word in the page) then type " profile_id= " (without quotes).- 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.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f30868201%2fgraph-facebook-com-username-does-not-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
3
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
add a comment |
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
3
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
add a comment |
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
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
answered Jun 17 '15 at 5:43
Trần Văn ThuậnTrần Văn Thuận
1484
1484
3
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
add a comment |
3
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
3
3
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
Any Idea how does this website works as now the API support support has been withdrawn?
– coder
Jun 17 '15 at 16:34
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
When I try that site I get: "Unable to lookup. Note that the system just response for Open Group". So it seems that they have cached data if you looked it up before but if you look up something new they have no idea what the id is.
– WizKid
Jun 17 '15 at 17:50
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
@WizKid sometimes i receive it too then i try again it is ok
– Trần Văn Thuận
Jun 18 '15 at 1:49
add a comment |
The username
field was removed with the introduction of the Graph API v2.0.
See
- https://developers.facebook.com/docs/apps/changelog#v2_0
/me/username
is no longer available.
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
1
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
1
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
|
show 2 more comments
The username
field was removed with the introduction of the Graph API v2.0.
See
- https://developers.facebook.com/docs/apps/changelog#v2_0
/me/username
is no longer available.
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
1
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
1
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
|
show 2 more comments
The username
field was removed with the introduction of the Graph API v2.0.
See
- https://developers.facebook.com/docs/apps/changelog#v2_0
/me/username
is no longer available.
The username
field was removed with the introduction of the Graph API v2.0.
See
- https://developers.facebook.com/docs/apps/changelog#v2_0
/me/username
is no longer available.
answered Jun 16 '15 at 13:07
TobiTobi
29.1k74280
29.1k74280
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
1
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
1
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
|
show 2 more comments
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
1
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
1
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
it worked 2 days ago
– ramesh
Jun 16 '15 at 14:39
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
All applications currently get switched to v2.0, and there's nothing you can do about it. It's not coming back.
– Tobi
Jun 16 '15 at 14:56
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
ok thanks for explanation
– ramesh
Jun 16 '15 at 14:59
1
1
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
@coder yes. I have the same problem
– ramesh
Jun 18 '15 at 12:13
1
1
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
lookup-id.com no longer works. At least for all the profile urls I tried.
– Tobi
Jun 18 '15 at 12:36
|
show 2 more comments
"View page source" Option in every web browser will help you.
Follow this-
- Open the timeline of that person/FB account.
Right-click anywhere on the web-page->View page Source-> wait 1 or 2 seconds to load the new page.
Press Ctrl+f (used to find any string,word in the page) then type " profile_id= " (without quotes).- 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.
add a comment |
"View page source" Option in every web browser will help you.
Follow this-
- Open the timeline of that person/FB account.
Right-click anywhere on the web-page->View page Source-> wait 1 or 2 seconds to load the new page.
Press Ctrl+f (used to find any string,word in the page) then type " profile_id= " (without quotes).- 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.
add a comment |
"View page source" Option in every web browser will help you.
Follow this-
- Open the timeline of that person/FB account.
Right-click anywhere on the web-page->View page Source-> wait 1 or 2 seconds to load the new page.
Press Ctrl+f (used to find any string,word in the page) then type " profile_id= " (without quotes).- 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.
"View page source" Option in every web browser will help you.
Follow this-
- Open the timeline of that person/FB account.
Right-click anywhere on the web-page->View page Source-> wait 1 or 2 seconds to load the new page.
Press Ctrl+f (used to find any string,word in the page) then type " profile_id= " (without quotes).- 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.
edited Nov 27 '18 at 5:31
answered Oct 15 '18 at 11:58
knightknight
1313
1313
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f30868201%2fgraph-facebook-com-username-does-not-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
possible duplicate of Facebook Graph API v2.1: getting user id and his posts
– cygery
Jun 16 '15 at 12:58
It says it right there already: Cannot query users by their username The field
username
was removed with API v2 – your app is not supposed to get information about arbitrary users any more.– CBroe
Jun 16 '15 at 13:00
@cygery He can't use the suggested solution anymore, because v1.0 is gone.
– Tobi
Jun 16 '15 at 13:06
@cygery not a duplicate. I just want to try this on my browser graph.facebook.com/username/picture?width=800
– ramesh
Jun 16 '15 at 14:47
@ramesh This doesn't work anymore
– Tobi
Jun 16 '15 at 14:57