I have a idea for my first application. It should be able to write a new note, email the note, post it to Facebook or Twitter, etc. But I don’t know how to code it. How can I do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The usual way to post something on Facebook or Twitter is to use their APIs. They don’t provide any service that takes emails and creates a status or a tweet.
The reason is trivial: email is very unsecure, you can’t identify the originator of an email and such a service would lead to massive spamming.
The only way out would be: send the emails to your own server, then use the Facebook or Twitter API (with your own Facebook/Twitter ids) to post the content of the emails.
If the question was more directed towards learning Java or Android – then I agree to commenters and close-voters, teaching languages is out of scope for this Q&A site.