-2

I got this error when I try to connect with Facebook API.

Invalid Scope:read_stream I have developed application in WCM(IBM), could anyone help on get rid of this error.

Medoju Narendar
  • 185
  • 1
  • 4
  • 18

1 Answers1

0

read_stream is deprecated and has been removed a very long time ago: https://developers.facebook.com/docs/apps/changelog#v2_4

Don´t ask for the permission in the login process and the error will disappear.

andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • Can please explain in detail, where we can set the permissions – Medoju Narendar Aug 09 '16 at 14:29
  • i don´t know where to do that in that weird "wcm", but i suggest not using some very old platform and use the official sdks instead. for example, the js sdk: http://www.devils-heaven.com/facebook-javascript-sdk-login/ – andyrandy Aug 09 '16 at 14:35