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

Instant login/friend listing.. (use local db, and login in background) #15

Open
nripendra opened this issue Nov 14, 2015 · 1 comment
Open

Comments

@nripendra
Copy link
Owner

  • save username/password to db.
  • Save friend list to db.
  • On app startup get the data from db and show friend list directly.
  • In background call login if login fails, redirect to login window, else request friend list and update the local copy in ui as well as db.
  • If possible work out solution to save cookie also so that login won't actually be required.
@nripendra nripendra modified the milestone: v0.4.0 Nov 17, 2015
@nripendra
Copy link
Owner Author

facebook-chat-api now support getAppState() method to support this scenario. May be move this to earlier milestones so that dev cycles would be easy as there won't be need to enter login credentials every time a small piece of code changes

ref: Schmavery/facebook-chat-api#104

@nripendra nripendra modified the milestones: v0.2.0, v0.4.0, v0.3.0 Nov 26, 2015
@nripendra nripendra added ready and removed ready labels Nov 29, 2015
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