Facebook PHP SDK - Store user data into MYSql database

后端 未结 1 1634
青春惊慌失措
青春惊慌失措 2020-12-28 11:08

I\'m totally new to PHP and MySQL but I\'m implementing the Facebook PHP SDK in my website. Everything works fine so far but i\'m struggling to add the user data to my datab

1条回答
  •  独厮守ぢ
    2020-12-28 11:26

    The Facebook user's data in your code is stored under $user_profile and not $user.

    0 讨论(0)
提交回复
热议问题