Akos Vandra-Meyer
                                            Akos Vandra-Meyer
                                        
                                    Hey @hugorut, make sure you visit the airlock site from a private tab / window
Did you provide the AUTH_KEY? See the correct url above: ``` https://www.airbnb.hu/api/v2/airlocks/AIRLOCK_ID?key=AUTHKEY&_format=v1 ```
No. IIRC you need to use the token provided in the airlock error response
Seems like not everything is calling the new API yet. The `/progress/ratings` is though. Just take a look at your reviews and set your WDT to show XHR requests, and...
Ok followoup: Seems like the `_aat` cookie contains the authentication token. Not sure how to obtain it, or how long it's valid for though. I just used dev tools to...
It's coming from the `/authenticate` request: ``` curl 'https://www.airbnb.hu/authenticate' -H 'authority: www.airbnb.hu' -H 'origin: https://www.airbnb.hu' -H 'x-csrf-token: ' -H 'x-csrf-without-token: 1' -H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like...
It turns out it is possible to use the apiv3 with the same oauth access token as the v2 and v1. Login to the site is not possible automate, in...
IIRC just supply the x-airbnb-oauth-token header, just like in case of v2
That's great, but as far as I see the cookbook does not provide a way to run SQL queries against the server either (to create and grant privileges to users...