Post to facebook wall via graphical API including location

Is it possible to record on a Facebook wall through the Graph API, including location coordinates?

An example using the Graph APIs will be useful! thanks!

+4
source share
1 answer

Yes it is possible,

you can create a message on the user's wall with the location if he provided you with access to the publication public

Take a look at the documentation on the Facebook API Graph API.

0
source

All Articles