I'm trying to use the spring social facebook plugin. To do so, I'm using the quickstart-v3 sample they provide. It works fine, except one point : with my facebook account, I can browse all my friendlists. I added the permission read_friendlists
in the application management and the application requests the good rights when used for the first time. However, when I log in to another facebook account (as application admin as me), I get nothing. Do you guys know what the problem could be ?
Asked
Active
Viewed 472 times
0

Maksym Demidas
- 7,707
- 1
- 29
- 36

merours
- 4,076
- 7
- 37
- 69
2 Answers
1
I found the problem : I didn't used my app permissions but the graph api permissions. That's why it only worked with me.

merours
- 4,076
- 7
- 37
- 69
0
You need to request read_friendlists permission for every account you're connecting to your app.

Todor Kolev
- 1,432
- 1
- 16
- 33