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:
objectThe Oauth node of the Instagram Graph API. :param graph_api: An instance of the
InstagramGraphApiclass. :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.AccessTokenclass for additional details.