The following content is from the Meta App Development documentation. Please refer to the Development documentation to learn more about the Meta App Development process.
This document shows you how to customize the Share or create fundraisers on Facebook and Instagram Use Case use case you added to your app during the app creation process.
public_profile
permission, allow your app to serve user who don't have a role on your app or the business connected to your app, click the Increase access button. public_profile
, you can return here and remove it.Use Case Feature or Permission | Allowed Actions |
---|---|
Optional for all use cases. | |
Required for all use cases. |
Facebook Login allows you to control oAuth settings, and add a deauthorization callback URL and redirect URI validator.
The Facebook Login quickstart allows you to quickly get the code to implement Facebook Login into your app.
Click the Go back button in the upper right or Use cases in the left side menu to add more use cases to your app.
These are the use cases most commonly used with the use case you chose when you created this app.
Use case | Available permissions to add and code to implement |
---|---|
Use additional Facebook user data for personalization – Choose data permissions to personalize the app experience for users logging in with their Facebook account. Only add permissions that your app will use. All of these permissions require App Review before you can publish your app and go live. |
user_birthday
user_gender
user_likes
user_location
user_posts
|
Track engagement with App Events – Meta App Events allows your app to understand how people engage with your business across, devices, platforms and websites. |
Meta App Events
|
Get real-time notifications with Webhooks – Get automatic HTML notifications when app users make changes related to the permissions that you've added to your app. |
Meta Webhooks
|
Now that you have successfully customized your Facebook Login use case, let's update the settings for your app on the app Dashboard.
To learn more about the concepts, endpoints, and permissions mentioned in this document, please visit the following guides: