Dj-Corps / gwt-oauth2

Automatically exported from code.google.com/p/gwt-oauth2
Apache License 2.0
0 stars 0 forks source link

Yelp API to make a Yelp call #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to use your library to make a Yelp API search request? Eg a 
call, where when a button is clicked, it list the three closest bars in the 
area?

If so, could you make an example for a GWT rookie?

As requested here is the link for Yelp documentation: 
http://www.yelp.com/developers/documentation

Original issue reported on code.google.com by e...@emillykkejensen.dk on 24 Sep 2014 at 7:26

GoogleCodeExporter commented 9 years ago
The Yelp API seems to only support OAuth 1.0, so it's incompatible with this 
library.

If it used OAuth 2.0 and the client-side JavaScript flow it would be possible 
to use this library to obtain a token allowing you to make requests to the API, 
but it wouldn't actually make the calls for you.

Original comment by jasonhall@google.com on 24 Sep 2014 at 7:29