Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal. Geolocation may refer to the practice of assessing the location, or to the actual assessed location.
0
votes
0answers
25 views
How send datapoints list by opengraph Facebook via Android?
I am currently working on an android sport application. I would like send a location point list to be able to draw a map with the user's route (as the fitness object example) via facebook OpenGraph.
...
0
votes
0answers
35 views
What are the criteria that determines facebook's location autosuggestion?
I'm currently looking into processing location data from user's photos. In order to test this, I'd like to upload some photos with their suggested location, but facebook has refrained from suggesting ...
1
vote
0answers
45 views
Retrive location specific posts via application access token
I have a webpage that retrieves facebook posts of a fan page.
The web-page does not require visitors to log in via FBConnect. Instead a Facebook application was created and an application secret was ...
0
votes
1answer
232 views
Open Graph Map layout
I succesfully posted an action to open graph with the 'Item' attachment layout. However I also want to post a action with the 'Map' attachment layout. My iOS app has an array with coordinates which ...
0
votes
1answer
135 views
How can I get facebook location from status update
Can I access facebook location (latitude,longitude) from status update ? is there any API for that?? Please suggest me, If you know any resources about it.
-1
votes
1answer
145 views
How to get the list of people checked into a given venue using the facebook api
Is it possible to get a list of people checked into a given venue using facebook?(Similar to how i would do it with the Foursquare "herenow" api call.)
2
votes
2answers
471 views
Fetch location or coordinates specfic posts using facebook search api
Is there are way to fetch location/coordinate specific public posts using the facebook search api (https://graph.facebook.com/search/?q=KEYWORD&type=post ...)? I want this to be a general search ...
-8
votes
1answer
236 views
How does Facebook detect “location” for advertising? [closed]
For example, if i'm from US, Facebook will display all the US Ads to me, and when i start another account and set my location to "UK" in my profile, and language setting to "UK English", and "like" ...
1
vote
0answers
123 views
get all post from a geolocalized facebook page
I want to get all posts from a facebook page that targeting the posts.
With the graph API I obtain only the post for my language and country.
Is there any special call to the Graph API for obtain ...
0
votes
1answer
1k views
Post location on facebook with latitude and longitude coordinates only
I am creating a native Windows Phone App, and I would like to have a functionality that enables making facebook wall posts with location displayed on the map(like when you tag some place).
It might ...
0
votes
1answer
114 views
Geolocation Permission, not on Facebook?
Just started playing with Geolocation. And I see that you get a request (at least in Firefox) about if I want to share my location.
But then I wonder, how is Facebook able to get my location without ...
0
votes
0answers
316 views
Any Facebook API to get the list of checkins places based on Geo location(Lat,Lng) and get list of users checked into particular checkin venue
I would like to know if there is any APIs present in the facebook platform where we can get the list of check in places based on the geo location of the user and retrive the details of the people who ...
0
votes
0answers
72 views
Location tagging
I'm trying to create "my own" Places in the Open Graph following the new instructions for Location Tagging.
I've added the Meta-tags in accordance with the instructions, but the debugger complains ...
1
vote
0answers
602 views
Any facebook api to get city / place id based on longitude and latititude
I am able to get current latitude and longitude using html5 . I have tried with
...
0
votes
0answers
177 views
Using the X-Forwarded-For to determine real IP of the user
I am working on behalf of a small European MNO, providing mobile data services to our users. All of our data traffic is routed through our network and the request is forwarded to the destination (ie ...
0
votes
3answers
267 views
Visitor location from facebook profile
I want to know which city a visitor of my web page comes from in the following way:
1. If the visitor has a public Facebook profile,
then return her Facebook location.
2. Otherwise, ...
0
votes
1answer
148 views
Grab user Location on Facebook and append HTML
How would I grab the user's location from Facebook using Graph API within a FB tab?
Something like this:
if (countryName = 'US') {
$("#footer a h3").html("www.ok.com");
} else {
$("#footer a ...
0
votes
1answer
771 views
How to get the location ids of nearby places in a FB app?
I'm creating a Facebook app in which I want to display content depending on the location of the user.
Realtime geolocation is not needed, but I would like to use the user's location id provided by ...
1
vote
1answer
474 views
Facebook Graph API: is User Locale Automatically Determined by Geolocation Check?
After doing my research, I could not get an answer for this question:
When a developer gets the locale field from the User object, does this locale is based on the user's said country on their ...
0
votes
1answer
125 views
Retrieving and editting location information associated with photos
I need to be able to retrieve Facebook Places associated with a user's photos, and hopefully also link photos to Places. I'm referring to the way you can use the "Add Location" functionality to choose ...
0
votes
1answer
119 views
Accessing real-time user location via last post or mobile location
I've built an app utilizing user's straight location; but I'd like access to the user's latest location i.e. when a user posts from a mobile device they include an approx. location; how can we access ...
2
votes
2answers
129 views
Php address validation for locator
I have a database table containing the address of whatever (irrelevant).
Now the problem is that if the row contains "Antwerp", "Antwerpen" or "Anvers" it is the same but off course the db doesn't ...
7
votes
2answers
3k views
How to get Place ID of city from Lattitude/Longitude using Facebook API
I need to find the Facebook place for the city for many lat/long points. The actual points refer to personal addresses, so there are no exact place ID's to look for as in the case of a business.
For ...
0
votes
2answers
1k views
How to set the latitude and longitude of an Event
On my website i'm using the PHP SDK to make api calls. And with it I am able to create an event and edit it afterwards. But what I am not able to do is to set the latitude and longitude of the event.
...
0
votes
1answer
166 views
Facebook: where is location of photo in graph
Since we can now add location to individual photo in Facebook, does anyone know how to access that piece of information on the graph?
For example, at this link: ...
3
votes
1answer
421 views
location (lat long) using facebook api
Is there a way to get the location of a user in (latitude and longitude format) using facebook api??
I am able to get the location name and other attributes but not the lat long of the place. Is ...
0
votes
1answer
99 views
Geo information of photos [duplicate]
I want geo information (latitude and longitude) associated with Facebook photos. I looked at the documentation and couldn't find it. Does anyone have any idea about the same?
0
votes
2answers
57 views
How can I get parents of a City like written on its page?
Using the Graph API I can get a page for a certain location, for example a City like this:
https://graph.facebook.com/112604772085346
But when visiting the actual page,
...
1
vote
2answers
632 views
Map gowalla spot id or foursquare venue id to facebook place id
I've heard about various place database mapping plans from the different providers, but is there anything currently that can resolve a Facebook ID from a Gowalla Spot ID? Gowalla gives Foursquare ID, ...
0
votes
1answer
445 views
Post to own wall via Graph API, but make only visible to friends in same geographical area
Since the introduction of the smartlists feature, Facebook automatically generates a list of people in your geographical area. For me, this list is called "Berlin area".
When you manually post to ...
2
votes
2answers
1k views
Facebook graph API, access location tags in photos and posts
On photos and posts I often see location tags pointing to a Facebook page representing a place. They are typically prepended by "near" , "at" or "in". Does anybody know of a way to access this data ...
3
votes
3answers
431 views
Unified Android intent for geo check-ins
I want to add a geo check-in (to Facebook places, Foursquare or Gowala) feature to my Android app and I am looking for an appropriate intent to do so.
Is there anything like that? If not, what is the ...
1
vote
1answer
637 views
How get a list of events near a certain venue/location?
I need a list of events near a certain location. As far as I can see it is not possible to do geolocation based searches with the Graph API. Can this be achieved with the FQL? Does anybody have ...
3
votes
2answers
2k views
Publishing Location-aware Post via Graph API
It is my understanding that the Post object is now Location-aware.
However, I can't seem to find documentation on how to publish location-aware Posts via the Graph API.
My app is currently ...
0
votes
1answer
164 views
Reveal Tab with Unique content based on location
Lots of marketing articles suggest using a coupon as an incentive in a reveal tab, but I don't see how you would prevent people who have liked your page from abusing the coupon by accessing it over ...
3
votes
4answers
2k views
List of countries and cities to be used in Facebook Graph API for targeting
I am looking for a list of countries/states/cities that can be used with Facebook Graph API when publishing targeted posts.
I found one JSON file available on this page but the file doesn't parse ...
1
vote
2answers
283 views
New Share, geo-localized statuses and API
Is there a way to get the meta-data of statuses created through the new status update form that is being roll-out to every one since last week (the one where you can attach a location and a place to ...
2
votes
0answers
149 views
Collect facebook geolocated restricted posts via the api
Does anybody know how to collect all geolocation restricted posts for a facebook account trough the facebook graph API?
thanks
5
votes
4answers
3k views
Geolocation APIs: SimpleGeo vs CityGrid vs PublicEarth vs Twitter vs Foursquare vs Loopt vs Fwix. How to retrieve venue/location information?
We need to display meta information (e.g, address, name) on our site for various venues like bars, restaurants, and theaters.
Ideally, users would type in the name of a venue, along with zip code, ...
0
votes
1answer
162 views
Sharing on Facebook for site with location based redirection shows unwanted name & description
I have a website that redirects the user to a particular local subsite when you visit the index page.
For example, when you visit www.abc.com, I run a 'redirectCity()' function on the server side. ...
0
votes
1answer
55 views
Can augmented reality “map points” be sent to a friend's phone?
Does anyone know anything about the underlying details of the augmented reality apps that let you place an AR map marker where your car is? How is that marker saved? Is it saved to the cloud and then ...
2
votes
4answers
4k views
Getting user location on Facebook page tab
Coca-Cola seems to have nailed it pretty well. Even before any user interaction, they manage to know where you are at their Facebook page:
This works in IE, so no HTML5 involved (and after all, ...
0
votes
1answer
908 views
Multilanguage webpage: How can i get user language/locale in one easy and reliable step?
I just started developing a multilingual webpage which site users can read and post entries without registration. (It's based on Facebook "like button" and "comment social plugin".)
In most case i ...
2
votes
2answers
370 views
Should I build on Foursquare or Facebook Places?
I want to build a location based app, so naturally I am going to write my app using an existing API. But I am not sure what the pros/cons of developing on top of Foursquare (or Gowalla) vs Facebook ...
0
votes
1answer
2k views
Unable to use Facebook Places after manually setting Geolocation in Firefox
I am having a play with Facebook Places but don't want to publish my current location for privacy reasons. I therefore changed the geo.wifi.uri in the about:config in Firefox to point to a file ...
5
votes
2answers
2k views
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 ...
1
vote
2answers
1k views
How to use Facebook geo targeting programmatically?
I can't seem to find how to do geo targeting (filtering a post based on the location of a user) on facebook using their API.
Does anyone already managed to do it?
This is how you can do it via ...


