0

現在、FacebookAPIのOffline_accessは非推奨です。しかし、ユーザーが私のWebサイトにログインしていない場合でも、ユーザーの壁にいくつかの記事を投稿したいと思います。

今これを行うにはどうすればよいですか?Webサイトにログインしていないサインアップしたユーザーのウォールに投稿する必要があるアクセス許可はどれですか?

私はPHPで働いています。あなたが私を助けてくれることを願っています!

4

1 に答える 1

3

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/

于 2012-11-04T11:07:53.340 に答える