我有 fb api 的问题。
FB.api('/me/likes/pageid',function(response) {
console.log(response.data);
});
我有
Object
category: "Entertainment"
created_time: "2012-09-17T16:56:56+0000"
id: "pageid"
name: "site.com"
但在一台计算机上我有未定义的 Object { data=[0]}
我在facebook上都登录了。有任何想法吗?
在FF我有
An active access token must be used to query information about the current user.