3pillarlabs / socialauth

Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers.
https://3pillarlabs.github.io/socialauth/
MIT License
249 stars 141 forks source link

"Invalid Scopes: read_stream." for Facebook #69

Closed swapps closed 9 years ago

swapps commented 9 years ago

i'm getting this error while using socialauth "Invalid Scopes: read_stream." for Facebook

abhinav-maheshwari commented 9 years ago

Resolved now.

On Mon, Nov 30, 2015 at 3:14 AM, swapps notifications@github.com wrote:

i'm getting this error while using socialauth "Invalid Scopes: read_stream." for Facebook

— Reply to this email directly or view it on GitHub https://github.com/3pillarlabs/socialauth/issues/69.

swapps commented 9 years ago

what do you mean by Resolved now ? i'm still getting this error

abhinav-maheshwari commented 9 years ago

Resolved means that code has been merged for this, you can take the latest code from github repo and do the build.

On Tue, Dec 1, 2015 at 4:57 PM, swapps notifications@github.com wrote:

what do you mean by Resolved now ? i'm still getting this error

— Reply to this email directly or view it on GitHub https://github.com/3pillarlabs/socialauth/issues/69#issuecomment-160940030 .

swapps commented 9 years ago

without the new jar how can i add this to my project ? i tried to import as a module in Android Studio but it doesn't work

abhinav-maheshwari commented 9 years ago

You will need to run the gradle build to create the socialauth jar. Jars are only released periodically for a new version.

On Wed, Dec 2, 2015 at 6:41 AM, swapps notifications@github.com wrote:

without the new jar how can i add this to my project ? i tried to import as a module in Android Studio but it doesn't work

— Reply to this email directly or view it on GitHub https://github.com/3pillarlabs/socialauth/issues/69#issuecomment-161147465 .

swapps commented 9 years ago

Great, thanks for your help