Jump to content
muzicafan

Eroare Parsare

Recommended Posts

Ma puteti ajuta va rog....

Am acest cod

$fql = 'https://graph.facebook.com/fql?q=SELECT+uid+FROM+user+WHERE+online_presence+IN+("active", "idle")+AND+uid+IN+(SELECT+uid2+FROM+friend+WHERE+uid1 = '.$ffbid.')+LIMIT+15&access_token='.$access_token.'';

$fqlresult = file_get_contents($fql);

$f = json_decode($fqlresult, true);

$friends = $f['data']['5']['uid2'];

si primesc urmatoarea eroare

Warning: file_get_contents(https://graph.facebook.com/fql?q=SELECT+uid+FROM+user+WHERE+online_presence+IN+("active", "idle")+AND+uid+IN+(SELECT+uid2+FROM+friend+WHERE+uid1 = )+LIMIT+15&access_token=AAADKYZBUd8xQBANEbG9fBn2eydmANWZA3Ry0DVZAzBGRZB1PaMScRL8qMYEShjkfJ7mHY2vgOGPMlWGEuNzGXYTZBkElJdnSZBBJwe2ySvg3hPKWhwSW1w) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in /var/www/index.php on line 32

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...