SimplicityMobile / Simplicity

A simple way to implement Facebook and Google login in your iOS apps.
Apache License 2.0
681 stars 66 forks source link

How to manage permissions with Facebook login #35

Closed msaadq closed 7 years ago

msaadq commented 7 years ago

I wanted to ask for public profile permission from user after facebook login. How to implement this functionality using Simplicity?

edjiang commented 7 years ago

Yep! You can do that by requesting custom scopes:

https://github.com/SimplicityMobile/Simplicity#requesting-scopes-for-oauth-providers

Hope this helps!