Posts under category Meta & Facebook

The username does not appear in the comments on Instagram.
When tested on two accounts One is that the username appears normally One does not show a username.
When you debug both tokens, the permissions are found to have been acquired equally.
Why does this happen?
account access_token debug - permissions
email, read_insights, pages_show_list, business_management, pages_messaging, instagram_basic, instagram_manage_comments, instagram_manage_insights, instagram_manage_messages, pages_read_engagement, pages_read_user_content, public_profile

pages_show_list - Applies to all objects
business_management - Applies to all objects
pages_messaging - Applies to all objects
instagram_basic - Applies to all objects
instagram_manage_comments - Applies to all objects
instagram_manage_insights - Applies to all objects
instagram_manage_messages - Applies to all objects
pages_read_engagement - Applies to all objects
pages_read_user_content - Applies to all objects
Query used
178****************6/comments?fields=hidden,id,like_count,media{id,shortcode},replies{text,media,timestamp,username,user,id,like_count,hidden,parent_id},text,timestamp,username,parent_id,user,from&limit=5
When operating normally
{
"hidden": false,
"id": "1805**********3",
"like_count": 0,
"media": {
"id": "184******26",
"shortcode": "C_******Q"
},
"text": "***********",
"timestamp": "2024-09-03T14:18:09+0000",
"username": "k*****i",
"from": {
"id": "90697*********133",
"username": "k********i"
}
},
If an error has occurred
{
"hidden": false,
"id": "18***********03",
"like_count": 0,
"media": {
"id": "178510*********46",
"shortcode": "C******c-"
},
"text": "**************",
"timestamp": "2024-09-06T06:13:53+0000"
},

I'm making a request here:

https://graph.facebook.com/v20.0/<ig-hashtag-id>/top_media?user_id=<ig-user-id>&fields=id,caption,media_type,media_url,permalink 

example response:

{     "data": [         {             "id": "17887284382178689",             "caption": "Visual literature of Kalinga's interpretation of nature through geometric patterns. Propylene ink on wood.",             "media_type": "IMAGE",             "media_url": "https://scontent-mnl1-2.cdninstagram.com/v/t51.2885-15/25008622_432606043809405_4524106124818907136_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=18de74&_nc_ohc=BsfOfjgpxugQ7kNvgGvos4J&_nc_ht=scontent-mnl1-2.cdninstagram.com&edm=APCawUEEAAAA&oh=00_AYDeM3F_FCkCYs9CO2eALcn-1Zc8cXRjDszE9bUIKvWYMA&oe=66E0275E",             "permalink": "https://www.instagram.com/p/Bc6461zHsE7/"         },         {             "id": "17866280464216878",             "caption": "\"Traversing Tabuk City to the sleepy town of Tinglayan is one of the roughest road I'v ever been to. Composed of narrow roads and limited pathways, this road is not for the faint hearted. You need to trust the driver maneuvering the vehicle and hopefully he brings you safely to your destination. .\n\nThe long hours of travel, there are no phone signals, the only thing you need to focus on is the view around you.\" 📸 jpxdavid",             "media_type": "IMAGE",             "media_url": "https://scontent-mnl1-2.cdninstagram.com/v/t51.2885-15/27894116_147572912599336_2290924483260710912_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=18de74&_nc_ohc=XIrmLk4n-EMQ7kNvgHJqdp5&_nc_ht=scontent-mnl1-2.cdninstagram.com&edm=APCawUEEAAAA&oh=00_AYAAY49IH_uTMezzet35bt6n289oRKLOoAdNT1HijQMBJA&oe=66E0271A",             "permalink": "https://www.instagram.com/p/BfkudLeFQiL/"         }    ] } 

but I want to the location of the photo back. how can I do this? by location I mean the little string that appears above the photo in the feed

How to track user engagement on Facebook? The goal is to monitor and count engagement for each individual user—tracking the number of likes, comments, and shares, and identifying which specific posts they interacted with

The goal is to monitor and count engagement for each individual user—tracking the number of likes, comments, and shares, and identifying which specific posts they interacted with.

I am trying to create a slider for the feed of a Facebook page with slider revolution. When I try to link the Facebook account to the slider I get this error: "Facebook API error: error getting access token for page data", while the Instagram account bound to that page works.

I have also tried to create the token manually from developper.facebook.com with API Graph and inserted the token into the slider, but I get this other error: Make sure that the stream settings are prorerly selected in Module General options > Content > Stream Settings In the API Graph tool in the me/accounts endpoint I get this result:

{   "data": [     {       "access_token": "my token",       "category": "Organization",       "category_list": [         {           "id": "my ID",           "name": "My organization"         }       ],       "name": "My Page name",       "id": "page ID",       "tasks": [         "ADVERTISE",         "ANALYZE",         "CREATE_CONTENT",         "MESSAGING",         "MODERATE",         "MANAGE"       ]     }   ],   "paging": {     "cursors": {       "before": "QVFIUmQ3bVNJT05ZATVREaFp3ejRRRzdreHg5Q3pnV0xXbFFmWXk2ZAUo3Mm9lZADhTN0c5YnF2QTBienJKWG1tZAy0tXzhRZA0lhUGEzcVVzVkhNcTRzQ3I1R0N3",       "after": "QVFIUmQ3bVNJT05ZATVREaFp3ejRRRzdreHg5Q3pnV0xXbFFmWXk2ZAUo3Mm9lZADhTN0c5YnF2QTBienJKWG1tZAy0tXzhRZA0lhUGEzcVVzVkhNcTRzQ3I1R0N3"     }   } } 

In WordPress I disabled all the plugins and custom theme, but still have error. What could be the problem? Thank you any help