Graph API を使用して、URL に関する情報を取得したいと考えています。
それはこのように動作します:
ただし、URL にコンマが含まれていると、事態は複雑になります。為に
我々が得る
http://graph.facebook.com/?ids=http%3A%2F%2Fwww.example.com%2Fname%2C何か
何が私たちを与える:
{
"error": {
"message": "(#803) Some of the aliases you requested do not exist: something",
"type": "OAuthException",
"code": 803
}
}
このようなエラーを回避するには、URL で何ができるでしょうか?