DERHAEUPTLING / contao-immobilienscout24-import-bundle

ImmobilienScout24 Import Plugin for Contao
GNU General Public License v3.0
1 stars 2 forks source link

Allow creating access token credentials from within the back end #35

Closed m-vo closed 2 years ago

m-vo commented 2 years ago

This should now be super easy to get an access token. :slightly_smiling_face:

Usage is basically this:

  1. Get API credentials (consumer key & secret) from https://api.immoscout24.de
  2. Open the Immoscout24 Accounts section in the back end
  3. Enter the consumer key + secret and tick the Provision Access Token checkbox.
  4. Hit save, click to confirm the key when redirected.
  5. You're ready to go.

Screenshot_20210923_142811

All the heavy lifting is done under the hood. No need to copy, paste or convert stuff in Postman.