I am trying to access my friend's list through Canvas using Javascript to get the birthday of the friend. I am reading the source documents and it states that friend's list object only pertains to those individuals that use the app.
Is it possible to get the friend list regardless of if the friend uses the app or not through a Canvas app?
I have tried setting the scope to 'read_friendlists' and changing the api parameter to 'me/friends' and 'me/friendlist'. The array that is returned in empty, and I assume this is because of the aforementioned restriction.