I've been using the Untapped API for a couple months now and every endpoint I try with my access_token works accept checkin.--For example, when I do a post to v4/checkin/add with the minimal parameters ( "gmt_offset": -4, "timezone":"EDT", "bid", 21768, "access_token": [my token]), I get the error:error_detail: Your missing the 'client_secret' and\\/or 'client_id' parameterI've pretty much tried every combination of parameters, required, not required, and different values for each. Even tried including the client_secret and client_id with the access_token, which of course didn't help. Regardless of what I do I get that error.Any idea why?
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/78bbd2f3-8697-4550-9982-a17c25418a39%40googlegroups.com.
Thanks for the quick response.I'll double check what its doing, but I'm using Untappd.Net wrapper, so I presume its doing the access_token right since other calls requiring authentication works. Does the checkin endpoint use the access_token differently than other authenticated endpoints (e.g. beer search)?The part that is confusing to me is the error message. Why would it be giving me an error about client_secret and client_id if the endpoint requires full authentication.Thanks.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/96bd40e7-e890-4730-b44b-7bcfb6a38410%40googlegroups.com.