Question

I have an web application that migrats with Facebook, issue is: The application is built to get users friends list to an object, And send a message to all these friends, I saw on Facebook that they allow 250 users to receive message at once, On this page : https://www.facebook.com/help/messages/sending under "How many people can I message at once", So I started to work on the project.

All around the web I wasn't able to find a solution to send message and kinda understand that it isn't possible, only trough Ruby under Facebook Chat API, but that doesn't seems to solve any real issue.

From there I tried to check out maybe I can upload a photo and tags these users, Also has limitations to 50 friends and they also have to approve applications before that, might be the solution, didn't find anyone that done it before so ofcourse didn't find good guides aswell, and it isn't a real solution.

My question is: because I'm so far into that project, I dont really have a way to go back (also sent documents to the project manager that expact this project), is there a way to send multipie request/feeds/tags/messages/ anything that can save this idea, anything will be helpful!, Thanks ahead!

*Take in note that project is built with Javascript SDK

Was it helpful?

Solution 2

So you want to create a page for an event where you can add people and where those people can RSVP for the event? I have just the thing for you: https://www.facebook.com/help/events

OTHER TIPS

As I already explained to you on IRC, your concept is raising all the red flags for spamming.

It isn't possible to send multiple requests like this.

You're out of luck and you are trying methods that will bring your application negative user feedback and/or application removal. You need to drop/revise your concept and talk to your PM immediately, because what you are currently doing is not possible within the Facebook Developer Policies and Guidelines.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top