Using the Roles toolbar, I can create Facebook user accounts, but when I try to make them friends with each other, by marking the corresponding accounts and then the โmake friendsโ button, it seems to do nothing.
Then I tried to make these accounts friends through an api call:
https://graph.facebook.com/{test user id 1}/friends/{test user id 2}?method=post&access_token={test user 1 access token}
The result is an OAuth Exception:
{"error":{"message":"Error validating application.","type":"OAuthException"}}
This feature worked previously for me (by clicking the "Make Friends" button). Has anyone got any ideas on how to solve this problem?
source share