Facebook Graph Api v2.0+ - /me/groups returns empty

后端 未结 2 1128
执笔经年
执笔经年 2020-12-21 22:50

I am trying to get my groups with graph api v2.0, but data returns empty:

{
  \"data\":  []
}

Before this I used v1.0 and this was workable

2条回答
  •  庸人自扰
    2020-12-21 23:22

    The group you are mentioning is a closed group. In order to access anything about that group, you need to have the user_groups permission. Facebook's policy is to deny that permission to ANYONE unless they are coding for a platform that does not have a native Facebook app. If you are coding for Android iOS, or Windows Mobile, you are probably out of luck... =(

提交回复
热议问题