You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, create_network method throws an error like below:
Koala::Facebook::ClientError:
type: OAuthException, code: 33, message: (#33) This object does not exist or does not support this action, x-fb-trace-id: CxSCgOPGDej [HTTP 400]
The text was updated successfully, but these errors were encountered:
tannakartikey
changed the title
Facebook desecrated befriend API from v4.0
Facebook deprecated befriend API from v4.0
Aug 17, 2019
Facebook deprecated befriend APIs where we can create and accept a friend request between two test users.
Link to the API:
https://developers.facebook.com/docs/graph-api/reference/v4.0/test-user/friends
Link to the bug I reported on Facebook where they confirmed that they have deprecated it:
https://developers.facebook.com/support/bugs/1129010723972017/?disable_redirect=0
Now,
create_network
method throws an error like below:The text was updated successfully, but these errors were encountered: