我想使用 Graph API 来获取有关 URL 的一些信息。
它是这样工作的:
但是,当 URL 包含逗号时,事情就会变得复杂。为了
我们得到
http://graph.facebook.com/?ids=http%3A%2F%2Fwww.example.com%2Fname%2Csomething
什么给了我们:
{
"error": {
"message": "(#803) Some of the aliases you requested do not exist: something",
"type": "OAuthException",
"code": 803
}
}
可以用 URL 做什么来避免此类错误?