简体   繁体   English

Facebook 应用程序 - 与多个用户一起发布到墙上

[英]Facebook app - Post to wall with multiple users

I recently made my first facebook app which works as a "connection" for posting messages to different walls.我最近制作了我的第一个 facebook 应用程序,它用作将消息发布到不同墙壁的“连接”。 I got it all working and I now want to test it with other users.我得到了一切工作,我现在想与其他用户一起测试它。 If I want a second user to be able to post to the walls through my app what needs to be added?如果我希望第二个用户能够通过我的应用程序发布到墙上,需要添加什么? The users can perfectly login through my php script but they are being refused when they try to post to the walls.用户可以通过我的 php 脚本完美登录,但是当他们尝试发布到墙上时被拒绝。

Should the users be added in the "Roles" section of my app?是否应该将用户添加到我的应用程序的“角色”部分? If yes, then they have to be "verified developers"?如果是,那么他们必须是“经过验证的开发人员”吗?

Thanks in advance.提前致谢。

Check this out this might help you - http://thinkdiff.net/facebook-connect/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/看看这个可能对你有帮助 - http://thinkdiff.net/facebook-connect/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/

Or if you can post your code, then i can surely help you to make it available to any user to use your app to post on their walls或者,如果您可以发布您的代码,那么我当然可以帮助您让任何用户都可以使用您的应用在他们的墙上发布

If the user wants to post anything to their walls using your application, then they need to grant publish_stream extended permission to your application and using their access_token, you can allow them to post anything to their walls from your application and not just one user, any number of users will be able to do it, so if you post your code, i can help you with it.如果用户想使用您的应用程序将任何内容发布到他们的墙上,那么他们需要向您的应用程序授予 publish_stream 扩展权限并使用他们的 access_token,您可以允许他们从您的应用程序发布任何内容到他们的墙上,而不仅仅是一个用户,任何用户数量将能够做到这一点,所以如果你发布你的代码,我可以帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM