Is it possible to use the facebook API in JAVA using a Java curl library instead of the HTTP classes? A bit confused on the subject, the answer to this will help clarify certain confusions.
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible. I would use the open source Facebook Java SDK as an example of how to do it. http://code.google.com/p/facebook-java-sdk/
But you might save yourself a lot of time and just use the SDK instead of building your own 😉