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

"Offline access" privilege #31

Open
howl9 opened this issue Aug 14, 2010 · 0 comments
Open

"Offline access" privilege #31

howl9 opened this issue Aug 14, 2010 · 0 comments

Comments

@howl9
Copy link

howl9 commented Aug 14, 2010

The plugin has been helpful, thanks!

Two questions are:

  1. I tested to avoid requiring the "offline access" permission for Facebook Connect. I realize that the privilege is required so that Facebook will return a permanent access token, which is used in authlogic-connect to uniquely identity a Facebook user. I tested removing the "offline access" request with the authlogic-connet-rails2-example and it works fine by creating a new user record for every fresh login to Facebook. I wonder if we could (and how to) modify the plugin so that somewhere during the 'save' process, the application will check if a Facebook user has previously login (based on his email address) and return this record (instead of creating a new record). IMHO, the requested "offline access" privilege may not popular for end users.
  2. Can authlogic-connect logout a user 'from Facebook'?

Thanks!

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

No branches or pull requests

1 participant