Codigami / face4j

face4j is a java library for facebook's new graph API
http://face4j.org
23 stars 6 forks source link

Proxy #17

Closed vilhalba closed 12 years ago

vilhalba commented 12 years ago

How i put proxy in facebookfactory?

nischal commented 12 years ago

I will have to look into this. You want this for Google Appengine?

vilhalba commented 12 years ago

No, my project is JSF2 application with Apache Tomcat.

nischal commented 12 years ago

Cool. I'm checking this right now. Will update soon.

nischal commented 12 years ago

Can you download this http://www.4shared.com/zip/wFnxWHni/face4j.html unzip it and include all the jars inside 'dependency' as well as the face4j jar. Include the face4j.properties file in your classpath after entering the proxy config in it. Let me know if it works.

vilhalba commented 12 years ago

I tried to put face4j.properties in to src of my application, but doenst worked. My proxy dont needs the username and password.Am I wrong?

nischal commented 12 years ago

Try this - http://www.4shared.com/zip/F_81AoIs/face4j_2.html I will try to set up a proxy on my end to test this better in case this too does not work. In this file, just extract the face4j.jar file and the face4j.properties file. The face4j.properties file should be in your classpath

vilhalba commented 12 years ago

I change some thinks, and works fine. Thank you. Nice job.

nischal commented 12 years ago

You mean the latest jar and face4j.properties works for you?

vilhalba commented 12 years ago

Yes, the latest jar with modifications in my app. Thank you.

nischal commented 12 years ago

The latest version of face4j now supports proxy.