Getting Started with the Graph API


Author: Facebook Developers
243269 View
17m 35s Lenght
731 Rating


An introduction to Facebook's Graph API which is the primary way to programmatically integrate with Facebook - publishing Open Graph stories, reading data about the current user - their details, likes and interests and friends. Read the full Getting Started guide at https://developers.facebook.com/docs/getting-started/graphapi/ We cover: - the difference between Objects (also known as Edges) and Connections - Using the Graph API Explorer we see how to build up deep graph queries which dive several layers deep into the Graph - How we need to request additional permissions to access more data about the user, or to have permission to publish on behalf of the user.


Comments

  1. hello, can't I get just my userid and my friends userid and connected graph around my network for educational purposes?....
  2. how can we detect user mobile device on facebook?
  3. Where do I get friends'permissions token now? Facebook Graph API's layout has changed; Thanks!
  4. This video will take you from work Graph.facebook.com
  5. 1> how to find search using mobile number
    2> how to find gander,birthday ,location of another user
    i have tried more time but i am not success
    please help me
  6. Sorry, the link you followed may be broken, or the page may have been removed.
    Search for tools explorer 145634995501895 on developers.facebook.com

    ?
  7. Published on Jun 20, 2013??? maybe it's time to update to v2.8 API's situation?
  8. Cool! Thanks
  9. Hello, Thank you for the video, but I can not make out the problem of obtaining a user ID.Please tell me what is the cause of the error?
    {
    "error": {
    "message": "(#803) Some of the aliases you requested do not exist: Elena Baturina",
    "type": "OAuthException",
    "code": 803,
    "fbtrace_id": "BSYq23Ah+0Z"
    }
  10. Fantastically presented btw... probably the best API explanation from an official source i've ever watched. Well done!
  11. is it possible to use the api to post photos to a page that a user is authorised as an admin of? I'm looking to write a program that uploads photos at a set time to one of the pages i'm an admin on, on my behalf. Anyone have any ideas?
  12. I have a problem someone please take time to read this . Whenever i chat with someone sometime graph.facebook.com occours unexpectedly but when i told them why do u have sent me this there answer is what did i sent ? yes its only visible in my facebook but in there facebook its not shown .
    could this harm my facebook ?
    plz hep
  13. I get this, what am I doing wrong?:
    {
    "error": {
    "code": 1,
    "error_subcode": 1357045,
    "message": "unknown error (empty response)",
    "status": 0,
    "type": "http"
    }
    }
  14. Is possible data mining facebook friends, what they like (pages, places) via api?
  15. It doesn't work at all keep getting this error - (#803) Some of the aliases you requested do not exist:
  16. Is it possible to wish my friends birthday by using facebook's graph application programming interface(API) —version 2.6 ?
  17. The King is naked. The GraphQL in fact is nothing, all syntax you have to implement in resolve method by yourself ! There is no syntax, there is no API. If you implement resolve to return always the same thing. Resolve IS NOT automatic, it NOT recognizes the data schema, and NOT return data according to the query sent from client, YOU HAVE TO IMPLEMENT EVERYTHING IN RESOLVE ! So what is GraphQL? is nothing and in fact make only mess because force type system in JavaScript. JavaScript + Types will be C++. Maybe this is what they want, destroy JavaScript.
  18. Hi, I have a little different question. I am setting up an App to get real time updates of a Facebook page. What value should i put in the callback URL?
  19. You have done a great work!
    Could u please tell me a little bit off the topic?
    How can a user respond to Facebook events in android app using Facebook api?
    I'm displaying all nearby Facebook events in my android app using Graph api but i don't know how to respond to an event, I mean how can a user actually click on the going/interested button such that his/her respond would save into Facebook database.
    Please help me out, i got stuck at this point :(
    Thanks in advance!
  20. One thing the Graph API makes clear is that the developers at Facebook have no clue how to make an API. Almost none of their examples actually work after the examples are published. They keep breaking their own examples. And if that doesn't trip you up, the API documentation seems to have been run backwards and forwards through every translator and every language. Its just nonsense.