Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am looking to send a facebook message from my application server without the need to prompt the user for input each time. I have been looking over the facebook chat API but it only works with facebook UI which means that the user must be prompted every time I want to use the chat. Is there a workaround or am I missing something?

I am using JAVA on my server.

share|improve this question
you don't wan't to use UI but then how would a message will be constructed? – kaysush Mar 3 at 11:12
but i don't think that you can send messages using Graph API. – kaysush Mar 3 at 11:27
I have an application on the client and I get his premission to use his username and password to generate a token. In worst case, I would let him log in every time the token has expired. All I need from the user is to write his text on the client. I then send it to the server and from there to Facebook. Thats what I want to do – ron reish Mar 3 at 11:48
you can get the text from client and get it to server but you can't send it as a message to Facebook using graph API – kaysush Mar 3 at 11:51
So how about the Chat API? I couldn't find a way to do it. – ron reish Mar 3 at 11:57
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.