My application implements a custom like button using Facebooks offical built-in like action.
The only missing piece is to disable the button if the user has already liked the resource. After testing various approaches using FQL which were all unsuccessful, I've just tried to issue a get request against https://graph.facebook.com/<user_id>/og.likes which lo and behold returns the Open Graph likes of the current user.
Unfortunately I cannot seem to find a way to filter the result for a specific object_id. Can anyone recommend a solution or knows a way to accomplish the same using FQL? Be advised that we are talking Open Graph Likes here which seem to differ from the standard likes created using the Facebook Like button.