我正在使用 facebook 注册 API,我想在用户的墙上发布消息,但自 2013 年 2 月以来,我们不能再通过 API 发布到其他人的墙上。所以请帮助我找到正确的代码..
<iframe src="https://www.facebook.com/plugins/registration?client_id=xxxxxxxxxxxxxxx&redirect_uri=<?php echo $redirect_uri;?>&
scope=publish_stream,offline_access&fields=[
{'name':'name'},
{'name':'first_name'},
{'name':'last_name'},
{'name':'email'},
{'name':'gender'},
{'name':'birthday'},
{'name':'password'}
]"scrolling="auto"frameborder="no"style="border:none"allowTransparency="true"width="570"height="800">
</iframe>
提前致谢..