我最近一直在使用Graph API,并尝试使用publish_actions。
现在,当前的问题是我要发布的页面有一个查询字符串来识别它。
例如:
/me/nodefmradio:comment_on?show=http://example.com/show.php?s=showname',
现在,我希望能够使用查询字符串发布站点的操作。这可能吗?如果是这样,怎么样?
答案 0 :(得分:1)
您应该将您尝试传递的网址urlen编码为如下参数:
$ url =“/ me / nodefmradio:comment_on?show =”。urlencode(“http://mysite.com/show.php?s=showname”);