質問

Can I know with PHP that the Facebook LIKE Button is pressed? At the same time when the LIKE Button is pressed, I'd like to run the PHP code.

役に立ちましたか?

解決

You'd need to use FB.Event.subscribe for the (rather absurdly named) edge.create event to fire an AJAX call to your server.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top