-
Notifications
You must be signed in to change notification settings - Fork 36
How up to date are the partner ids? #33
Comments
I do not maintain this code much anymore, since my own Tolino is broken by now and there has been no help whatsoever from inside Tolino to allow a 3rd party library to legally access the user's cloud. Therefore, no, the partner ids are not up-to-date, sorry. |
Ok, thanks for the fast info. If I do add something, would you accept pull requests though? |
Yes. Thanks! |
Hey, did you ever finish implementing the login for geniallokal? |
Hey. Unfortunately, I never did get around to properly doing it. I think I got all the required URLs, but it was also a bit messy to find out, as apparently different partners use different url schemes. I might revisit it in the new year. |
yeah before seeing this I tried around for a bit yesterday but only got a few 503s and 200s as responses. |
Hey, so this is what I had in added to partner_name:
...
|
yeah looks similar to what I have got, but I also needed |
I figured out that using this darkphoenix@9db2405 and is much simpler (and IMHO more elegant as I do not store a plaintext password in a config file) |
Thanks for mentioning this. Looks good! Will you do a PR :) |
I am not sure what you mean, I was using the linked fork as is, but i have to report that the tokens i got this way did not survive very long. So for me it was not a feasable solution and for now ill put the files in a cloud folder and download via the webbrowser... |
Ah, well I thought you still would need to add the reseller id. |
PSA: Hello there. I have stopped maintaining this library, as I do not own a Tolino anymore. If this library is still useful to you, I'd want to hand it over to a new maintainer. Thank you. |
Yeah sorry, you can change any the id from thalia.de. to the one you need as only the ones that are the same are necessary if you use the token. |
Hi,
I would like to add support for 'meineBuchHandlung' (now genialokal, but in tolino app still called meineBuchHandlung.) When looking at the code to add this, I noticed that the id (80) that you assigned to libri is also used in my case for meineBuchHandlung.
So is this an error or does it maybe mean that libri, as a wholesaler and reseller, just resells their stuff to meineBuchHandlung? Though still this would mean that either the id is not unique or that while libre acts as a reseller, it would still add a unique id for each client (if they have more). I am leaning towards the latter, as the id has to be somewhat unique to display custom branding etc. (unless it is differentiated elsewhere)
The text was updated successfully, but these errors were encountered: