Closed Zeroflag01 closed 2 years ago
What a pity, no one answers... :-(
What I have found out in the meantime is that there are other (optional) parameters for the "login":
If you specify "client_name" and "device_identifier", for example, this data will also appear in the e-mail.
However, none of this solves my problem... Verify Pin simply does not work (anymore?).
I have tried everything I could think of... Send "unique_id" along etc...
Could this be due to the structure of the header?
I've tried just about everything there too (you can find just about any variation on Google :(( ):
I'm running out of ideas....
SORRY ! i was just too stupid to put "tier" into the url... I always had "region" in it... :-((( Now it works! ;-))
I'm facing similar issue. What was your mistake? What is the baseURL you finally used to get it work?
Thnx
Got it, as explained in https://github.com/MattTW/BlinkMonitorProtocol/issues/57
Hello everyone, I have been trying to write a small .NET programme for a few days now. Actually, I just want to display the current Kamara picture on a Windows PC.
The login works as far as it goes. I get account ID, token etc. back:
I also receive an e-mail with a PIN. OK. What surprises me is that "Device" and "Device Name" are both empty in the email! Can I enter them somehow when I log in?
Then I try to pass the PIN with the current token:
For example, like this:
I have already tried countless variations...
But I always get a 401 back.
Does anyone have any idea what I am doing wrong?
Thanks a lot!!!