Link to home
Start Free TrialLog in
Avatar of UNBREAKABLE
UNBREAKABLE

asked on

Verifying The Signature in facebook application via $_GET['fb_sig']

Can someone tell me which of the following fb_sig parameters should I send to my php script?

[fb_sig_app_id] => 12558585366
[fb_sig_in_canvas] => 1
[fb_sig_request_method] => GET
[fb_sig_friends] => 4,6,... (removed my friend list for privacy)
[fb_sig_position_fix] => 1
[fb_sig_locale] => en_US
[fb_sig_in_new_facebook] => 1
[fb_sig_time] => 1221071115.1896
[fb_sig_added] => 1
[fb_sig_profile_update_time] => 1220998418
[fb_sig_user] => 2901279
[fb_sig_session_key] => 9a7e04226b1a3c85823bfafd-2901279
[fb_sig_expires] => 0
[fb_sig_api_key] => 650503b8455d7ae1cd4524da50d88129
[fb_sig] => xxxxxxxxxxxxxxx

I've tried every posible permutation, I've read every piece of paper available on net and still without success.
I wolud be very grateful if someone answer my question.

Regards.
Avatar of Bernard Savonet
Bernard Savonet
Flag of France image

Can you check with http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/ where you have a problem?
ASKER CERTIFIED SOLUTION
Avatar of UNBREAKABLE
UNBREAKABLE

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Unbreakable:
You did not comment on the link I gave.
Therefore nobody could help you until you stated if this link was useful or not.

When you are posting a question here, the posts that will come might be questions or suggestions. You are somehow expected to answer to these.

Not sure the link would have helped you in your case... but just complaining about EE is probably not the most useful reaction.

The answer you gave will most probably be useful to others with a similar problem, so you are also contributing to this site!

CAUTION: check if some of the 'key' data should be masked, moderators will be able to edit your posts if needed.