How to make a program that logs into ur social media account | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a program that logs into ur social media account

How to make a program that logs into ur social media account Facebook fpt example or gmail

12th Mar 2018, 3:12 PM
Skon Houas
Skon Houas - avatar
4 Answers
+ 3
There are API's for that allows you to access your account but you need to get API access codes for your account by registering as Facebook developer or Google APIs etc
12th Mar 2018, 4:21 PM
Pavan Kumar T S
Pavan Kumar T S - avatar
+ 2
have a look at java robot class. it emulates external output so you could create a macro containing all the mouse/keyboard actions to do your login as a human would. Beware that this solution is a nightmare from a security point of view. https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html
12th Mar 2018, 7:39 PM
seamiki
seamiki - avatar
+ 2
Yes, you can push bytes through the internet manually or "move the mouse". The first is more professional and the second looks cooler.
12th Mar 2018, 7:50 PM
Timon Paßlick
0
oh thank you guys but is it possible in pascal/lazarus
14th Mar 2018, 7:59 PM
Skon Houas
Skon Houas - avatar