Isn't fb_sig_friends supposed to be there?
Posted
by Seeker
on Stack Overflow
See other posts from Stack Overflow
or by Seeker
Published on 2010-03-30T11:40:44Z
Indexed on
2010/03/30
11:43 UTC
Read the original article
Hit count: 329
According to the docs, Facebook is supposed to send both fb_sig_canvas_user
and fb_sig_friends
for a canvas application. Sadly, I only get fb_sig_canvas_user
and NOT fb_sig_friends
. Is there anything I have to do to get this parameter?
Or is there any other way to retrieve the friends of the visiting (not-yet-authorized) user, without the need of a session key (API throws exception with message "Requires user session")?
And yes, _fb_fromhash
is present in the request (coming to the canvas app. from a user's application tab).
© Stack Overflow or respective owner