hi i have a facebook page and app.
when new user loading facebook app, it needs to check is he already liked to my fb page. if not user liked to it need to popup message to like page.
thanks for you time..
hi i have a facebook page and app.
when new user loading facebook app, it needs to check is he already liked to my fb page. if not user liked to it need to popup message to like page.
thanks for you time..
You could issue the following request (if you before gathered the "user_likes" permissions for your app, and a respective access token):
GET /{user-id}/likes/{page-id}
with {user-id} as "me" and {page-id} as the page_id of your page as described here: https://developers.facebook.com/docs/graph-api/common-scenarios#pagelikes