Hi all I'm using SocialAuth library for Facebook integration in my app but after providing the credentials the screen attached below appears. Please help.

Facing permission Issues in facebook login integration using social auth in android
294 views Asked by Brucode At
2
error is showing is invalid scopes publish_stream.
The permissions offline_access and publish_stream are deprecated, thus cannot be requested anymore.
publish_stream can be replaced by publish_actions, offline_access is gone.
Follow the link Error Invalid Scopes: offline_access, publish_stream, when I try to connect with Facebook API
I suggest not using old online tutorials use the Facebook docs first. https://developers.facebook.com/docs/apps/changelog
Hope this will help.Good Luck