Module: Instagram::Post
- Defined in:
- lib/instagram/post/ids.rb,
lib/instagram/post/auth.rb,
lib/instagram/post/link.rb,
lib/instagram/post/scope.rb,
lib/instagram/post/token.rb,
lib/instagram/post/config.rb,
lib/instagram/post/account.rb,
lib/instagram/post/publish.rb,
lib/instagram/post/version.rb,
lib/instagram/post/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?'- VERSION =
"0.0.4"