I'm currently trying to us FQL to find the networks of registered users.
According to the documentation, the url fetched should be something along the lines of:
https://api.facebook.com/method/fql.query?query=SELECT affiliations FROM standard_user_info WHERE uid=me()&access_token=tokengoeshere&application_secret=appsecretgoeshere
However, when querying I get Error code 15: The method you are calling must be called with an app secret signed session.
Does anyone know how to fix this?
Thanks.