Questions tagged [untappd]

Untappd is a social drinking app which also exposes a public API allowing developers to retrieve data about the app's users along with information on beers, breweries and drinking venues.

Untappd is a social drinking app which also exposes a public API allowing developers to retrieve data about the app's users along with information on beers, breweries and drinking venues.

4 questions
2
votes
1 answer

Authlib for Flask App getting param_error

I'm using the Authlib module to test OAuth2 integration. I made a simple Flask app and am trying to Authorize with the Untappd API (https://untappd.com/api/docs#authentication). Following the guidelines of the Authlib Flask module…
Kyle Fennell
  • 201
  • 1
  • 9
0
votes
0 answers

Badge System with Variant Criteria, DB Design

Working on the DB design of a Badge System which will work synchronously(request/response) for variant criteria for more than 1000+ badges I am wondering how the badges will be checked when a user does a request. A first DB Schema I am thinking…
apo
  • 53
  • 6
0
votes
0 answers

unTappd API getting the access token

I am trying to get the unTappd API token. I have never tried to get an API access token before. So please bear with the simplicity of the question. I have been given the CLIENT_ID and CLIENT_SECRET. How do I get the access token? I have seen some…
0
votes
0 answers

Untappd API - getting beer's rating

i am building a wp plugin that uses untappd API. When i search for beer, ex.budweiser, i get response object, in each beer rating is 0(i look at auth_rating, don't see any other 'rating' option). If i go to Untappd.com, ex. -…
Sergey Sob
  • 815
  • 1
  • 12
  • 27