• Hey i’m using Simple Facebook Connect plugin and it works great but I wanna list all my friends in a widget.

    Normally I used to do it via Graph API by getting them in a PHP array
    for example:
    $php_array = $facebook->api('/me/friends');

    How can I do it using SFC plugin?

    My question in a simpler way: How can I from SFC facebook session?

    Thanks in advance.

  • The topic ‘Simple Facebook Connect extract more user info’ is closed to new replies.