Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Looks like there are some spaces and extra quotations around your JSON, try</p> <pre><code>https://api.facebook.com/method/fql.multiquery?queries={%22query1%22:%20%22SELECT%20metric,%20value%20FROM%20insights%20WHERE%20object_id=208344135910932%20AND%20metric='application_active_users'%20AND%20end_time=end_time_date('2011-11-30')%20AND%20period=period('month')%22,%22query2%22:%20%22SELECT%20metric,%20value%20FROM%20insights%20WHERE%20object_id=208344135910932%20AND%20metric='application_active_users'%20AND%20end_time=end_time_date('2011-11-30')%20AND%20period=period('month')%22}&amp;access_token=243995185663734|3fAfdJJqdrgA99XWdE5K6zzeNR8 </code></pre> <p>With this call, I get back:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;fql_multiquery_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd" list="true"&gt; &lt;fql_result&gt; &lt;name&gt;query1&lt;/name&gt; &lt;fql_result_set list="true"&gt; &lt;insights&gt; &lt;metric&gt;application_active_users&lt;/metric&gt; &lt;value&gt;0&lt;/value&gt; &lt;/insights&gt; &lt;/fql_result_set&gt; &lt;/fql_result&gt; &lt;fql_result&gt; &lt;name&gt;query2&lt;/name&gt; &lt;fql_result_set list="true"&gt; &lt;insights&gt; &lt;metric&gt;application_active_users&lt;/metric&gt; &lt;value&gt;0&lt;/value&gt; &lt;/insights&gt; &lt;/fql_result_set&gt; &lt;/fql_result&gt; &lt;/fql_multiquery_response&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload