Top | ![]() |
![]() |
![]() |
![]() |
GFBGraphSimpleAuthorizer provides an implementation of the GFBGraphAuthorizer interface for authorization using a access token provided in creation time, no refresh, just a simple authorizer for test purposes, don't use in final code.
GFBGraphSimpleAuthorizer *
gfbgraph_simple_authorizer_new (const gchar *access_token
);
Creates a new GFBGraphAuthorizer to use with the GFBGraph library using the access_token
as access token.
It's only a test authorizer, don't use in final code.
“access-token”
property“access-token” gchar *
The access token for the Facebook Graph API.
Flags: Read / Write
Default value: ""