gfbgraph_new_rest_call ()
RestProxyCall *
gfbgraph_new_rest_call (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.
Returns
a new RestProxyCall or NULL
in case of error.
[transfer full]