facebook fql - How to filter FQL queries with fields that are not indexable -
the fql query below results in noindexfunctionexception because 'current_location' not indexable.
https://graph.facebook.com/fql?q=select%20uid,%20name,%20current_location%20from%20user%20where%20uid=me()%20or%20uid%20and%20current_location%20in%20(select%20uid2%20from%20friend%20where%20uid1=me())&access_token=ccaac...
are there alternatives filtering non indexable fields?
there no alternatives filtering non indexable fields, ibrahim faour, facebook employee has explained technical reasoning behind indexes in post.
Comments
Post a Comment