Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook graph api search results depends on location?

I've tried to fetch results using Graph search API and I've notice that the results when executed in my computer (Argentina) are different from the results when I run it in a server (France).

Is this like this? How can I force a location for a search?

like image 998
Juanjo Conti Avatar asked Aug 29 '10 16:08

Juanjo Conti


People also ask

What 3 terms does Facebook use to describe what the graph api is composed of?

The Graph API is named after the idea of a "social graph" — a representation of the information on Facebook. It's composed of nodes, edges, and fields.

Is Facebook graph api RESTful?

Is Facebook Graph API a REST API? The Legacy REST API is in the process of being deprecated, while the Graph API is the most current, so if you're unsure of which one to use, your best bet is to go with that one. As you suggested, the Graph API, just like the Legacy REST API, is in fact a RESTful API.

Does Facebook still have Graph Search?

Graph Search helps people explore Facebook in a whole new way. Graph Search results are different for everyone, based on what you've shared with them. Your privacy choices determine what your friends see when they search.

How does an api work with Facebook?

The Facebook API verifies your credentials & generates a unique authentication token & passes it to the third-party app, verifying the login process. Graph API is an HTTP based API via which apps can post on users walls, upload photos, share events & stuff.


1 Answers

Thanks @Sascha Galley. I also find another easy way.

Just add &locale=en_US in Facebook Graph search API query URL.

This is languages and locales list refrence

like image 88
yuli chika Avatar answered Sep 28 '22 17:09

yuli chika