I am going to be doing a small Facebook page/app for a university that will have several different a canvas page of content from my server. They also want Facebook commenting within these pages.
I have looked into how to put commenting on these pages and have two options:
- Programmatically adding it with API calls using the PHP SDK
- Using the Social Plugin for comments
Programming it will do full functionality I need but is very time consuming and not with all Facebook styling (unless replicated with CSS).
The Comments Social Plugin is exactly what I need because it has all the Facebook styling and functionality built in. Only drawback is the fact the wizard asks for a URL, which leads me to believe it's not meant for apps.
Is this the best thing to be using within a Facebook app? It seems to be meant for external sites and doesn't mention using on a app.
FBML looks like it was what I required but this is being deprecated next year so I am going to avoid.