FQL - can't get link info from user - 'Request Failed' error
This should be an easy one. All I want it the user's profile url.
I've tried the following FQL:
SELECT profile_url FROM standard_user_info WHERE uid = me()
but get the 'Request Failed' error. I'm using the Graph API Explorer / FQL
Query and have the latest Access Token.
Basically I'm looking for the FQL equivalent to this Graph API call:
https://graph.facebook.com/me?fields=link
Thanks for the help
No comments:
Post a Comment