The read_stream has been deprecated in version 2.4 of the Facebook Graph API, so that's why you're seeing the warning when logging in.
As far as I remember you're only seeing that warning because you're the admin/developer of the package, so regular users wont see it. But ideally I should make a new release without this scope - I just haven't gotten around to that yet.
(also in the future, I plan to make scopes a pre-value option rather than being hardcoded as now)
Error authorizing Facebook from backend
Hi, and thank you for an excellent package. I get everything I want from Twitter, Instagram and Google, but not from Facebook.
I have a problem when trying to authorize facebook. This is the error message from Facebook:
I guess read_stream is not available?
I'm using API version 2.4.
I created a DataType with Skybrud.Social.Facebook.OAuth property editor and put it on my Home DocumentType. The error occurs when I click Authorize.
Hi Ole and thanks for the feedback :D
The
read_stream
has been deprecated in version 2.4 of the Facebook Graph API, so that's why you're seeing the warning when logging in.As far as I remember you're only seeing that warning because you're the admin/developer of the package, so regular users wont see it. But ideally I should make a new release without this scope - I just haven't gotten around to that yet.
(also in the future, I plan to make scopes a pre-value option rather than being hardcoded as now)
Thanks for the quick reply!
I'll just remove it like badigard did here: https://our.umbraco.org/projects/website-utilities/skybrudsocial-for-umbraco-7/general-discussion/70368-help-with-getting-oauth-information
is working on a reply...