|
|
|
|
|
|
|
|
|
|
|
|
|
|
| build_oauth_access_token(self,
key,
secret) |
source code
|
|
|
|
fetch_oauth_response(self,
oauth_request)
Sends a signed request to Google's Accounts API. |
source code
|
|
|
|
fetch_oauth_request_token(self,
callback_uri)
Obtains an OAuth request token from Google's Accounts API. |
source code
|
|
|
|
| build_oauth_authorization_url(self,
token=None) |
source code
|
|
|
|
fetch_oauth_access_token(self,
verifier=None,
token=None)
Obtains an OAuth access token from Google's Accounts API. |
source code
|
|
|
|
| build_oauth_request(self,
http_method,
http_uri) |
source code
|
|
|
|
fetch_api_response(self,
http_method,
http_uri,
http_headers={},
http_connection=None,
http_body='') |
source code
|
|
|
|
|
|
|
| people_search_by_topic(self,
query=None,
latitude=None,
longitude=None,
radius=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| search(self,
query=None,
latitude=None,
longitude=None,
radius=None) |
source code
|
|
|
|
posts(self,
type_id='@self',
user_id='@me',
max_results=20) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
comments(self,
post_id,
actor_id='0',
max_results=20) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
commented_posts(self,
user_id='@me')
Returns a collection of posts that the user has commented on. |
source code
|
|
|
|
related_links(self,
post_id,
actor_id='0',
max_results=20) |
source code
|
|
|
|
likers(self,
post_id,
actor_id='0',
max_results=20) |
source code
|
|
|
|
liked_posts(self,
user_id='@me')
Returns a collection of posts that a user has liked. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
share_count(self,
uri)
Returns information about the number of times a URI has been shared. |
source code
|
|
|
|
|