Youtube-Tutorials icon indicating copy to clipboard operation
Youtube-Tutorials copied to clipboard

How can I get user_posts and user_likes information from Facebook?

Open cmaricy opened this issue 8 years ago • 0 comments

Hi. I need to develop an App that get some information by FB (user_posts and user_likes) I'm trying implement its using Passport-facebook. I tried, (just 'likes' to test first) newUser.facebook.likes = profile.likes[0].value; and the error is: TypeError: Cannot read property '0' of undefined I put 'likes' on my profileFields I put a code (A version of tutorial 10 - FB Oauth) that is working on my Github. (whitout likes and posts). (I know that, becouse this atributtes, I need to send my app to FB revision, but for now I intend just to test with my profile) May you help me? Best regards

cmaricy avatar Sep 27 '16 12:09 cmaricy