Hi, this is the scenario, I have a public page called “test auto” then added another person as administrator (Erick) of my public page, used watch post module with his account, and then “like post” module, but when the like is generated the user who like the post is “test auto” not Erick, is there a way to get to show that the user “Erick” liked the post?
According to the Facebook Graph API documentation for Likes, under section “Publish - Like an object”,
You can like an object only if you are using a page access token. Do you have a page access token?
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Hi sam, thanks for you answer, yes I have a page access token, I query the Graph API using postman, but still the likes are given as the page itself
That’s because user access tokens cannot be used to like a page. A page access token allows you to perform actions as a page. A user access token allows you to perform actions as a user.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew