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.
A Java API to send and receive emails. JavaMail is part of Java EE, but can also be used in Java SE via a separate download.
0
votes
2answers
134 views
Updating status with picture via email. (JavaMail)
I'm writing a standalone application in Processing and I need to publish sketch screenshots on FB page timeline via JavaMail.
So i wrote this:
void sendMail() {
String host="smtp.gmail.com";
...