pystagram.graph_api.endpoints.oauth package

Subpackages

Submodules

pystagram.graph_api.endpoints.oauth.oauth module

class pystagram.graph_api.endpoints.oauth.oauth.Oauth(graph_api: PystagramGraphApi)

Bases: object

The Oauth node of the Instagram Graph API. :param graph_api: An instance of the InstagramGraphApi class. :type graph_api: InstagramGraphApi

property access_token

The AccessToken node of the Instagram Graph API. See the pystagram.graph_api.endpoints.oauth.access_token.access_token.AccessToken class for additional details.

Module contents