由于offline_access已被弃用,我们将如何通过服务器在页面上发布内容?
我想更具体地详细说明这个问题...
我有一个应用程序、一个页面和一个网络服务器。网络服务器通过我的用户将任何新发布的内容作为链接/图片等发送到我的页面。因为我使用offline_access令牌和东西。
我知道旧的访问将继续,但想象它是新用户。问题始于应用程序的离线访问功能的弃用。现在我的服务器将无法发布,因为它不会永久拥有我“服务器端”的 access_token。每次服务器尝试发送内容时我都必须授予访问权限。所以我不会自动化它......
有没有其他方法可以在没有offline_access的情况下做到这一点?我的意思是我的应用程序可以直接访问我的粉丝页面并在没有用户(在本例中是我自己)授权的情况下发送吗?
我必须重复一遍,我不会以任何其他方式使用离线访问来发布其他用户流或页面。我只是要求将其发布到我的粉丝专页(我也管理该专页)
I want to be more specific on the question in detail...
I have an app, a page and a webserver. Webserver sends any newly publish content via my user to mypage as link / picture etc. Because I use offline_access token and stuff.
I know old accesses will continue but imagine it as new user. Problem starts with deprecation of offline_access ability of apps. Now my server will not be able to publish because it will not have access_token of me "server-side" permenantly. I will have to give access everytime server tries to send something. So I will not automate it...
Is there any other way to do this without offline_access? I mean can my app have direct access to my fanpage to send without user (in this case myself) authorization?
I have to repeat, I don't use offline_access in any other way about posting other users stream or pages. I just request it to post it to my fanpage (which I also administrate)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不使用offline_access token并不意味着你不能使用该token在不同的服务器上发布,只是该token会在某个时候过期。
但据我了解,我认为您可以使用publish_stream在https://developers查看更多信息。 facebook.com/docs/reference/api/permissions/
When not useing offline_access token does not mean that you can't not use the token to publish on an different server, just that the token will expire at some time.
But as I understand you I think you can use publish_stream see more at https://developers.facebook.com/docs/reference/api/permissions/