You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first example of this is to send the server a list of locations to lookup, and it can return the coordinates.
There are a couple of different approaches to take with this.
Send server all info, and it can look up those locations it doesn't have, and crawl it's database for the rest.
Send server just place ids, and it can lookup to fb the page id info (this is public and does not need an access token)
BEST*** We can send FB a graph request from mobile, and then put the callback url as the server, which can then lookup up to Google maps and return response to phone.
Additional thoughts.
How do we create an open listening socket on the phone to wait for server info? This socket would also be used to send push notifications to the phone. (another issue/feature)
Can we send the data in two parts: the cached data info, and then the data received from google maps as a second.
The text was updated successfully, but these errors were encountered:
The first example of this is to send the server a list of locations to lookup, and it can return the coordinates.
There are a couple of different approaches to take with this.
Additional thoughts.
How do we create an open listening socket on the phone to wait for server info? This socket would also be used to send push notifications to the phone. (another issue/feature)
Can we send the data in two parts: the cached data info, and then the data received from google maps as a second.
The text was updated successfully, but these errors were encountered: