node-red-contrib-facebook-profile
v1.0.1
Published
access facebook profile with access_token
Downloads
12
Readme
node-red-contrib-facebook-profile
Node to access facebook profile using an access_token
Usage
Pass the facebook user access token to the node by setting the property
msg.payload.fb_access_token
msg.payload.fb_access_token = "USER_ACCESS_TOKEN";The node will set the msg.payload to the result
{"id":"FB_ID","name":"USERS_NAME"}