“All users in param ids must have accepted TOS” Error
问题 I am trying to get my Facebook app to send me a request or notification. When I do this with file_get_contents() as described here, I get a "Failed to open stream" error. The code I'm using is this: //after getting the access token successfully... $apprequest_url ="https://graph.facebook.com/".$user_id."/apprequests?message='Hi'&".$app_access_token.'&method=post'; $result = file_get_contents($apprequest_url); When I try to do the same thing through the SDK, with this code: $result = $facebook