I managed to create my own component that successfully logs the user into Facebook. So, in my reaction based application, I have an access token and userId. Now I would like to use the Facebook SDK (e.g. Graph API) to access some basic data (profile name, profile picture, etc.) And do the basic things (share messages, etc.).
At this moment I was completely lost: how can I do this? Can I use the fetch API? Do I need to add a node plugin to my application (I was looking for this: https://github.com/Thuzi/facebook-node-sdk )?
source
share