Module: Instagramp
- Defined in:
- lib/instagramp/token_link.rb,
lib/instagramp/ids.rb,
lib/instagramp/auth.rb,
lib/instagramp/link.rb,
lib/instagramp/scope.rb,
lib/instagramp/token.rb,
lib/instagramp/config.rb,
lib/instagramp/account.rb,
lib/instagramp/publish.rb
Overview
lib/token_link.rb
Defined Under Namespace
Classes: Account, Auth, Config, Ids, Publish, Token
Constant Summary collapse
- LINKACCOUNTS =
'https://graph.facebook.com/v11.0/me/accounts?'
- LINK =
'https://www.facebook.com/v11.0/dialog/oauth?'
- SCOPE =
'email,public_profile,pages_show_list,instagram_basic,instagram_content_publish,pages_show_list'
- TOKENLINK =
'https://graph.facebook.com/v11.0/oauth/access_token?'