Permissions Error - Trying to get friends using android facebook sdk

前端 未结 3 1941
我寻月下人不归
我寻月下人不归 2021-01-03 10:53

I am trying to add a feature to my android app that allows users to \"checkin\" with other people tagged to the checkin. I have the checkins method working no problem and ca

3条回答
  •  粉色の甜心
    2021-01-03 11:02

    You might need the following permissions:

    • user_checkins
    • friends_checkins
    • read_friendlists
    • manage_friendlists
    • publish_checkins

    Check the related ones from the API docs. Before that, make sure that which line causes this permission error and try to fix it.

提交回复
热议问题