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.

guys

now i knew how to send message without using facebook api, i could use url to fill the message textarea in facebook's website

www.facebook.com/messages/[user_id]?msg_prefill=XXX

but here i'd like to know how to send this message automatically

in April, i found a way to click "send" button automatically (find "send" button in html text and click it),

but now facebook hide theses html text so that i can't find this button in html text. Therefore, can anybody provide some ways or point to send message automatically.

thanks

share|improve this question
i have found out reason why can't i find out "send" button. the button's id was changed. however i still can't find out this button's id(because this button doesn't have name) so i only change my code to find out this id. – santoun chang May 18 '12 at 9:29

1 Answer

I suggest using Firebug (if you are using Firefox) or Web Inspector (if you are using Chrome/Safari) to inspect the API being called.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.