Genehmigungen
Genehmigungen für Facebook-Anwendungen
Wenn ein Nutzer eine Facebook-Anwendung erstmalig autorisiert, werden von ihm detaillierte Genehmigungen abgefragt die für verschiedene Funktionen der Facebook-API notwendig sind.
Bei der API können Sie festlegen, welche Genehmigungen Sie von einem Nutzer einholen möchten. Die folgenden Tabellen listen alle möglichen Genehmigungen auf und beschreiben diese in kurzer Form.
Bitte schicken Sie eine Liste mit den gewünschten Genehmigungen an Ihren zuständigen Key Account Manager bei allyve. Sie können für die Methoden getUserInfos und getData auch unterschiedliche Genehmigungslisten anlegen.
Read Permissions
siehe auch: https://developers.facebook.com/docs/authentication/permissions/
| User permission | Friends permission | Description |
|---|---|---|
| Bereits umgesetzte Genehimigungen | ||
| user_about_me | friends_about_me | Provides access to the "About Me" section of the profile |
| user_birthday | friends_birthday | Provides access to the birthday with year |
| not available | Provides access to the user's primary email address | |
| Genehmigungen die auf Anfrage der Consuming Party umgesetzt werden | ||
| read_stream | not available | Provides access to all the posts in the user's News Feed and enables your application to perform searches against the user's News Feed |
| user_activities | friends_activities | Provides access to the user's list of activities |
| user_checkins | friends_checkins | Provides read access to the authorized user's check-ins or a friend's check-ins that the user can see. |
| user_education_history | friends_education_history | Provides access to education history |
| user_events | friends_events | Provides access to the list of events the user is attending |
| user_groups | friends_groups | Provides access to the list of groups the user is a member of |
| user_hometown | friends_hometown | Provides access to the user's hometown |
| user_interests | friends_interests | Provides access to the user's list of interests |
| user_likes | friends_likes | Provides access to the list of all of the pages the user has liked |
| user_location | friends_location | Provides access to the user's current location |
| user_notes | friends_notes | Provides access to the user's notes |
| user_online_presence | friends_online_presence | Provides access to the user's online/offline presence |
| user_photo_video_tags | friends_photo_video_tags | Provides access to the photos the user has been tagged in |
| user_photos | friends_photos | Provides access to the photos the user has uploaded |
| user_relationships | friends_relationships | Provides access to the user's family and personal relationships and relationship status |
| user_relationship_details | friends_relationship_details | Provides access to the user's relationship preferences |
| user_religion_politics | friends_religion_politics | Provides access to the user's religious and political affiliations |
| user_status | friends_status | Provides access to the user's most recent status message |
| user_videos | friends_videos | Provides access to the videos the user has uploaded |
| user_website | friends_website | Provides access to the user's web site URL |
| user_work_history | friends_work_history | Provides access to work history |
| read_friendlists | not available | Provides access to any friend lists the user created. |
| read_insights | not available | Provides read access to the Insights data for pages, applications, and domains the user owns. |
| read_mailbox | not available | Provides the ability to read from a user's Facebook Inbox. |
| read_requests | not available | Provides read access to the user's friend requests |
| xmpp_login | not available | Provides applications that integrate with Facebook Chat the ability to log in users. |
| ads_management | not available | Provides the ability to manage ads and call the Facebook Ads API on behalf of a user. |
Write Permissions
siehe auch: https://developers.facebook.com/docs/authentication/permissions/
| Permission | Description | |
|---|---|---|
| Bereits umgesetzte Genehimigungen | ||
| publish_stream | Enables your app to post content, comments, and likes to a user's stream and to the streams of the user's friends. With this permission, you can publish content to a user's feed at any time, without requiring offline_access. | |
| offline_access | Enables your app to perform authorized requests on behalf of the user at any time. By default, most access tokens expire after a short time period to ensure applications only make requests on behalf of the user when the are actively using the application. This permission makes the access token long-lived. | |
| Genehmigungen die auf Anfrage der Consuming Party umgesetzt werden | ||
| create_event | Enables your application to create and modify events on the user's behalf | |
| rsvp_event | Enables your application to RSVP to events on the user's behalf | |
| sms | Enables your application to send messages to the user and respond to messages from the user via text message | |
| publish_checkins | Enables your app to perform checkins on behalf of the user. | |
| manage_friendlists | Enables your app to create and edit the user's friend lists. |
Weiterführende Informationen
Liste der unterstützen Provider
Geplante Provider
Zuletzt aktualisiert am 5. März 2012 von admin - Anmelden
