0
我想使用fql查詢來簡單調用facebooks圖形API。像計數呼叫Facebook圖形的編碼url
$.ajax({
url: 'https://api.facebook.com/method/fql.query?query=' + encodeURIComponent('select total_count,like_count,comment_count,share_count,click_count from link_stat where url=' + 'http://www.google.se'),
success: s,
error: e
});
錯誤:Parser error: unexpected ':' at position 97.
有人能解釋我應該如何編碼的網址是什麼?
注意到我錯過了應該在通話中包裝網址的引用標記。雖然謝謝! – Johan