3
我想使用Graph API獲取有關URL的一些信息。如何使用Facebook 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來避免此類錯誤?