• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to login to orkut through java?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to login to ORKUT through a program (preferably Java) so that after login I can get the pagesource of the home page and page source of other pages.

There are several ways to do this:
1. By sending HTTP request
2. By using WATIJ library
3. By using HTMLUNIT
4. By using HTMLCLIENT
5. By using cURL (a command line tool)
6. By using jniwrapper

The problem is that I haven't thorough knowlege of any of these except HTTP request so there are some problems in every alternative.

So can anyone provide me the source code to do that as I have already tried them and failed to do that due to lack of thorough knowledge of any of that.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic