FB event subscribe

Phoca modules - support for all Phoca modules except Phoca Gallery modules
sajtfokus
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 09 Mar 2011, 03:08
Contact:

FB event subscribe

Post 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:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: FB event subscribe

Post by Jan »

Hi, I have no experiences with the event feature :-(
Jan
If you find Phoca extensions useful, please support the project
sajtfokus
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 09 Mar 2011, 03:08
Contact:

Re: FB event subscribe

Post by sajtfokus »

Thanks.
Post Reply