Im trying to make an iphone app like google latitude or find my friends. I'm able to find my current location but how do i locate my friends? And also how do i show that location on the map?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
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.
|
You can refer here to know about getting user current location.
You Must need a web service that stores locations of each devices when the app is running, then from your app send a query to the web-service from there you will find the list of device using the app. It's not a very elegant solution since the user is always polling the server and the web request can fail more often than you'd want. I heard about socket programming where the user keeps a live connection to the server and when ever the server changes, the user is notified, sounds more like the right approach but also sounds much harder :P see my answer here For Showing Multiple annotation on MAP. |
|||
|
|
Corelocaitonframework. – priyanka Nov 15 '12 at 9:32