I have been trying to solve this one for a while now and have slowly realised that the call im making is not the desired call for what i want.
I am currently getting the users newsfeed and adding a like button but if they like it already it shold say unlike.
i call /me/likes?... and get a couple of bits of data (which i trawl through comparing each post id in newsfeed) but I have just realised this data is to do with pages that the user has liked. It doesn't return the posts the user has liked.
My question is how do i determine if the user has liked a post already?(my fear is that i have to make a call to the api for each post in the newsfeed to determine if the user likes this post but that would drastically slow down a mobile app).
Thank you for reading/helping