logging a facebook user ID to a local database from a facebook 'like'

Posted by Azzam on Stack Overflow See other posts from Stack Overflow or by Azzam
Published on 2011-01-08T14:46:19Z Indexed on 2011/01/08 14:54 UTC
Read the original article Hit count: 514

I am creating a site that allow users to vote on webpages similar to digg.com.

Users login with 'facebook connect' and logged in users can submit, vote, comment, etc and these details appear in their profile ie. number of submits, votes, comments, etc.

I have also added in facebook 'likes' to the system. I would however like to be able replace the internal voting platform with facebook 'likes'.

What I would like to be able to do is identify when any of the site users vote on a facebook 'like'. Although a facebook 'like' can be made outside of my site I am only interested when a logged in user submits a 'like' so this can contribute towards their stats.

Is this possible, if so how?

Thanks Azzam

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-connect