Can we get the facebook user preferences and add as metadata to any assets dynamicaly using matrix?
Triggers helps here? please let me know how? or any other thoughts?
Regards,
Ravi.
What exactly are you trying to achieve?
For example if facebook logged in user visit our site showing or recommending some content based on facebook preferences by asking extended permissions.
Thanks & Regards,
Ravi.
I've been working on Matrix and FB integration for a while with one project recently - using FQL and extending the PHP - to create a single sign on and creation of a user asset with the GraphAPI. So far it's worked really well, that being said you'll need to get access to the back of your installation and write some code.
That being said, you might get away with the JavaScript SDK which means no nasty code.
Thanks Duncan! have you done enhanced registration using FB graph api and custom php scrip ? could you please let me know the steps to do this.
Also do we have any out of the box component like "Drupal for Facebook" (in Drupal CMS) in squiz matrix or cms?
Yes, a single signup with the Graph and some PHP we wrote. I would start with this tutorial. Then take a look at look at the API for asset creation.