Created By
Sdeokule Chrome
02/27/2012 6:01pm

Subscribers (0)

    Bugssigned_request documentation should state that signed_request in AuthResponse obtained from FB JS SDK has code

    • Status: Duplicate
    • Priority: None
    • Updated: February 28, 2012 at 5:32pm
    Latest response from Facebook
    Lei Lei
    We are already tracking this issue in another bug report. Thanks.
    Marked as Duplicate of Signed Request documentation is out of date · February 28, 2012 at 5:32pm
    From the signed_request documentation and authResponse the following is not obvious :
    - signed_request contained in authResponse obtained using FB JS SDK has code which can be exchanged for a short lived access token - the same as the one in authResponse, by specifying an empty redirect_uri.

    One should have to look up the code to find this out !

    https://github.com/facebook/php-sdk/blob/master/src/base_facebook.php
    1 person can reproduce this issue by following these steps
    Repro