Facebook Graph API search with AND(+) statment -


since facebook updated apis graph api unable search terms special characters "", + or | used follow: "term1 term2", trem1+term2.

i'm performing search bellow because need use "" or + on it. i'm trying search expression.

this queries tried perform:

https://graph.facebook.com/search?q="ricardo eletro"&type=post&metadata=1&callback=display  https://graph.facebook.com/search?q=ricardo+eletro&type=post&metadata=1&callback=display 

somebody knows how can perform search , statement using new facebook api version?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -