gfbgraph-common
RestProxyCall * gfbgraph_new_rest_call (GFBGraphAuthorizer *authorizer);
GFBGraphAuthorizer *authorizer
Create a new RestProxyCall pointing to the Facebook Graph API url (https://graph.facebook.com) and processed by the authorizer to allow queries.
authorizer
a GFBGraphAuthorizer.
a new RestProxyCall or NULL in case of error.
NULL
[transfer full]