Get current Facebook user
GET/ad-publishing/facebook/me
Retrieve the authenticated Facebook user profile for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
Profile of the Facebook user connected to this location
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Facebook user id
namestringrequired
Display name on the connected Facebook account
pictureobjectrequired
Profile photo, kept in Facebook’s { data: { … } } envelope
{
"id": "122106171518726316",
"name": "Jane Doe",
"picture": {
"data": {
"url": "https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=...&height=50&width=50",
"width": 50,
"height": 50,
"isSilhouette": false
}
}
}