Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Handling back and forth with server. #79

Open
parkwherever opened this issue May 15, 2012 · 0 comments
Open

Data Handling back and forth with server. #79

parkwherever opened this issue May 15, 2012 · 0 comments

Comments

@parkwherever
Copy link

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.

  1. Send server all info, and it can look up those locations it doesn't have, and crawl it's database for the rest.
  2. 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)
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant