Search code examples
androidpropertiestwitter4jxauth

Where to place twitter4j.properties in android project?


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?


Solution

  • 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