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

fields, auth_response, session restore, init with dict #18

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

fields, auth_response, session restore, init with dict #18

wants to merge 9 commits into from

Conversation

fernandojunior
Copy link

  • fields can be selected in api path using for example "me?fields=id"
  • create a function for get the current user auth_response
  • now login function returns a callback response with user auth_response that
    contains access_token, user_id, expires_in. Similar to FB api
  • login function stores the auth_response in the session
  • for scal. issues, init function receives a dictionary instead of a list. Similar to FB api
  • new argument in init function for restore sessions with auth responses

These branches can be automatically merged.
Ty.

- fields can be selected in api path using for example "?fields=id"
- create a function for get the current auth_response
- now function login defines a callback obj  with auth_response that
contains access_token, user_id, expires_in
- for scal. issues, init function recives a dictionary insted of a list
- new argument in init for restore sessions with auth responses
updating index for use the custom openFB
Updating readme
updt
Based on Parse.FacebookUtils. A provider for user the modified openFB in
Parse.
This reverts commit f5d29ef.
This reverts commit bb72feb.
udt
contributors file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant