I want to use the Facebook Graph API to search for exact page matches to "My String".
I tried https://graph.facebook.com/search?q=%22My%20String%22&type=page - but it returns pages that match either "String" or "My".
How do I construct a search query that returns only exact matches to the quoted string?