0

Possible Duplicate:
Graph API - get the Friends of my friend

assuming my facebook app has permission to access user' friends details, what is the fql query to get list of user' friends of friends?

if not fql, is there any way to get it with graph api?

Chetan
  • 41,886
  • 27
  • 101
  • 142
itamar
  • 1,512
  • 4
  • 15
  • 29

1 Answers1

1

No, there is no way to get friends of friends. Your access token only allows you access your friends data, not your friends friends date which includes who they are friends with.

Jason Penick
  • 268
  • 1
  • 6