Skip to content Skip to sidebar Skip to footer

Oauth With Android

I am attempting to access the Yelp API. I have obtained my keys and have read about 40 articles explaining what I need to do and I have attempted everything. The key and what not a

Solution 1:

Go to Project -> Properties, and under your Java Build Path -> Order and Export tab make sure those JARs are checked.

And, just for future reference, if those are your real keys, I would make sure to not put them on a public website. Just sayin.

Solution 2:

I also face same problem in Android app. when i use signpost-core-1.2.1.2 but It was not able to resolve CommonsHttpOAuthConsumer . I download it from http://www.java2s.com/Code/Jar/s/Downloadsignpostcommonshttp41211jar.htm

It worked.

Post a Comment for "Oauth With Android"