get_my_profile
Fetch the profile of the authenticated Facebook account or page, returning essential fields like id, name, and picture.
Instructions
Get the profile of the identity behind the configured access token (GET /me).
Note: Facebook heavily restricts which fields are available for personal user tokens without app review (usually just id, name, picture). Page tokens will return the Page's own info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | id,name,first_name,last_name,picture |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||