現在、FacebookAPIのOffline_accessは非推奨です。しかし、ユーザーが私のWebサイトにログインしていない場合でも、ユーザーの壁にいくつかの記事を投稿したいと思います。
今これを行うにはどうすればよいですか?Webサイトにログインしていないサインアップしたユーザーのウォールに投稿する必要があるアクセス許可はどれですか?
私はPHPで働いています。あなたが私を助けてくれることを願っています!
You can do it using the publish_stream extended permission as long as you have a valid access token.
Keep in mind that your initial access token will expire within 2 hours but you can make a call to extend the permission as long as you have a valid reason for doing so.
More information can be found here:
http://developers.facebook.com/docs/howtos/login/extending-tokens/