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
4 ответов
+ 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
+ 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
+ 2
Yes, you can push bytes through the internet manually or "move the mouse".
The first is more professional and the second looks cooler.
0
oh thank you guys but is it possible in pascal/lazarus