Enum FbPermissions
Contain list of facebook permissions https://developers.facebook.com/docs/facebook-login/permissions/v2.0
Namespace: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public enum FbPermissions
Fields
Name | Description |
---|---|
Does not require App Review. The email permission allows your app to read an person's primary email address. |
|
instagram_basic | The instagram_basic permission allows your app to read an Instagram account profile's info and media. Requires App Review. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-instagram_basic |
public_profile | Grants your app access to the default fields of the User object that are a subset of a person's public profile:
|
user_age_range | Requires App Review. Grants an app permission to access a person's age range. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_age_range |
user_birthday | Requires App Review. The user_birthday permission allows your app to read a person's birthday as listed in their Facebook profile. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_birthday |
user_friends | Requires App Review. The user_friends permission allows your app to get a list of a person's friends using that app. The allowed usage for this permission is to provide Facebook-related content to personalize a person's experience. You may also use this permission to request analytics insights to improve your app and for marketing or advertising purposes, through the use of aggregated and de-identified or anonymized information (provided such data cannot be re-identified). https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_friends |
user_hometown | Requires App Review. The user_hometown permission allows your app to read a person's hometown location from their Facebook profile. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_hometown |
user_likes | Requires App Review. The user_likes permission allows your app to read a list of all Facebook Pages that a user has Liked. The allowed usage for this permission is to provide a personalized experience by correlating or surfacing content related to the person's Likes. This includes curating content at scale to customize apps with large amounts of content, and enabling people to share their Likes with others, for example in dating and music apps. You may also use this permission to request analytics insights to improve your app and for marketing or advertising purposes, through the use of aggregated and de-identified or anonymized information (provided such data cannot be re-identified). https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_likes |
user_location | Requires App Review. The user_location permission allows your app to read the city name as listed in the location field of a person's Facebook profile. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_location |
user_photos | Requires App Review. The user_photos permission allows your app to read the photos a person has uploaded to Facebook. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_photos |
user_posts | Requires App Review. The user_posts permission allows your app to access the posts a person has made on their timeline, but not the comments on those posts. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_posts |
user_videos | Requires App Review. The user_videos permission allows your app to read a list of videos uploaded by a person. https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-user_videos |