Warning: FreebaseService is deprecated since 0.17.7.
Creates a new FreebaseService using the given Authorizer.
Google Freebase has been permanently shut down.
If authorizer is null, all requests are made as an unauthenticated user. Having both
developer_key and authorizer set to null is allowed, but this should be
reserved for debugging situations, as there is a certain key-less quota for those purposes. If this service is used on any code intended
to be deployed, one or both of developer_key and authorizer should be non-null
and valid.
| developer_key |
developer key to use the API, or null |
| authorizer |
a Authorizer to authorize the service's requests, or null |
|
a new FreebaseService; unref with unref |