views:

199

answers:

1

I'm developing Twitter application with xAuth support using twitter4j jar file.

I want to place my consumer key/secret in twitter4j.properties file.

Where should I put this file in directory structure?

A: 

twitter4j.properties should be located under either the default directory, the root of your classpath, or the WEB-INF/ directory

heres the doc. http://www.devcomments.com/Twitter4J-now-supports-xAuth-at106339.htm

Jorgesys