apache HttpClient to access facebook
Any examples, tips, guidance for the following scenario? I have used Apache HttpClient to simulate the functionality of browser to access facebook through java application. to do that first i have to provide user credentials. i have used examples provided in the following web site. http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/ But non of these methods works for facebook, following is the test code i have written for this purpose. i have not provided the all the methods written, only the method used to login to the facebook account is given here. relay appreciate any