Exemplo n.º 1
0
 def get(self):
     instagram = Instagram()
     uri = instagram.get_authorize_login_url(
         scope = ['likes', 'comments', 'relationships']
         )
     return self.redirect(uri)