Trying to create a facebook app just to learn and coming across a strange phenomenon that I’m not sure what to make of.
I understand all the JSON conversions but it seems I can’t query more than 2 facebook values at a time when supposedly I’m supposed to be able to…(??? sorry if that was confusion). Below is my code taken out of context.
$query="query".$i;
$idarray["$query"]="SELECT+pic,name+FROM+user+WHERE+uid=".$friend_id[$i];
When I try to query more than pic and name, it only gives me two. It will not let me query something like “pic,name,username” etc. Does anyone know the reason why? And if so, how can I solve this to query more than 2?
Thank you in advance!
This works fine for me, i can’t determine what you’re doing that’s causing this to not work:
Return is: