facebook getting user id from graph api via taggable_friends

前端 未结 5 752
死守一世寂寞
死守一世寂寞 2021-02-07 02:12

In v1.0 API I was able to get friends with their facebook ID like this:

{
      \"name\": \"Somename SomeSurname\", 
      \"id\": \"100007797060798\"
 }
         


        
5条回答
  •  误落风尘
    2021-02-07 02:56

    or use link: https://graph.facebook.com/v2.0/me?fields=about it return facebook Id and you can insert into your DB.

提交回复
热议问题