Click here to Skip to main content
15,880,854 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello Everyone

I want to make a program which can log in to a website for ex gmail.

Actually i want to post automatically to blogger. Any help regarding this?

Thanks

mahesh kumar
Posted
Comments
ali_heidari_ 13-Sep-12 12:14pm    
do you have any idea about how you can pass from captcha? 90% of sites have a captcha ... as you know captcha is for knowing visitor as a human !
lewax00 13-Sep-12 12:44pm    
Only for creating accounts usually, not logging in.
ali_heidari_ 13-Sep-12 12:56pm    
you are right , but many sites have captcha for login too
Mahesh Kumar Badgujar 13-Sep-12 13:13pm    
i need it for google login.????????
[no name] 13-Sep-12 12:16pm    
First help is deciding what it is that you really want to do. Then write some code that does what it is that you want to do. Then if you get stuck come back here and post a real question including what it is that you want to do, the code that you have tried that does not work, how it does not work and the error messages that you get.

Check if this can help you Programmatic login to CodeProject.com website[^]
 
Share this answer
 
use aspnet_regiis's link and enter this form tag
HTML
<form method="post" action="https://accounts.google.com/ServiceLoginAuth">
every thing you need goes here 
</form>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900