motro / meteor-accounts-instagram

A meteor package for Instagram authentication.
1 stars 6 forks source link

Problem with the instagram scope callback #2

Open kevohagan opened 11 years ago

kevohagan commented 11 years ago

I have inserted the following


Accounts.loginServiceConfiguration.insert({
service:"instagram",
clientId:
secret:
scope:

problem is i still get an error message on instagram oauth returning scope undefined

seems to be some problem in the package

nicolsondsouza commented 11 years ago

The scope variable should have value like "likes+relationships" ...etc, if you are not much aware about it and use "basic" to be on the safer end.