DEV Community

First impression about Facebook's Graph API

Juan De los santos on February 25, 2018

I have been checking the Facebook´s Graph API for a couple days, and here I have my first impressions about it. For those who doesn't know about...
Collapse
 
mlueckl profile image
Michael Lueckl

I've been working now for ~2y with their API for work and I agree with the mentioned advantage.

It's very useful to be able to quickly test something with a simple URL call in browser or cURL, the documentation is actually really intuitive after working a bit with it.
They provide really good examples and after working on some projects with the Google API I actually started missing the FB structure.

I still find sometimes, but rare, functions that are not or not well documented but because of the consistent format I'm always able to figure out how it should be used.

They actually have different ids for some objects, for example you can have a FB user id, app scoped user id, business scoped user id and it's a bit confusing in the beginning as they don't provide matchings as far as I know.
But I actually don't think it's something you will come across when not working with the Business side.

I actually really like their API & documentation and and it's very simple compared to other APIs to quickly create something useful

Great article! :)

Cheers

Collapse
 
karimbk profile image
Karim Belkhiria

I've been trying Graph the last days, to scrape data from FB pages, like news pages and so, but when I try getting the feed posts of a page, it skips so many posts! And the further I go in the past, the less posts I get returned. Is this normal? Is someone facing the same problem?

Collapse
 
osainaz profile image
duke osain

Hello, am trying to use Graph API to fetch events but am not sure how,
Here is the post I made
I will like if you could help me.