Facebook Comments

Hi.

Ive managed to get the Native Facebook Login working through https://github.com/jesusmartinoza/fuse-samples/tree/feature-NativeFacebookLogin/Samples/NativeFacebookLogin

Has anyone been able to find a way of solidly using the Facebook SDK as a whole within Fuse? For instance Facebook Comments functionality.

Thx

Hey znoopykid,

the example you’ve linked does solidly use Facebook SDK as a whole. It’s just that at this point the only functionality exposed / used is the login. You could just dive in, extend the package and implement other FB “things” (such as FB Comments) in a similar way the login is done.

If you’re asking if someone has done that already, the answer is probably no.

Hope this helps!

Got it thx.