gfbgraph-common

gfbgraph-common

Synopsis

RestProxyCall *     gfbgraph_new_rest_call              (GFBGraphAuthorizer *authorizer);

Description

Details

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.

authorizer :

a GFBGraphAuthorizer.

Returns :

a new RestProxyCall or NULL in case of error. [transfer full]