简体   繁体   中英

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. 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.

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/

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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