Page 1 of 1

FB event subscribe

Posted: 29 Mar 2011, 05:32
by sajtfokus
Hi,

I am using Phoca comments module as a plugin (with loadposition) and I also want to implement fb.event subscription which will notify me when users add comments on my articles.

As I saw on the Facebook developer site, all I have to do is to copy this:

FB.Event.subscribe('comment.create', function(response) {
alert(response.commentID);
});
};


but I don't know where to copy that and will it work with this module if I do it properly?

Anyone? :idea:

Re: FB event subscribe

Posted: 30 Mar 2011, 18:43
by Jan
Hi, I have no experiences with the event feature :-(
Jan

Re: FB event subscribe

Posted: 01 Apr 2011, 14:43
by sajtfokus
Thanks.