alexa

Fetching Alexa data [closed]

时光总嘲笑我的痴心妄想 提交于 2019-11-28 15:21:28
How is it possible to get traffic data, sub domains data, country rank in percentage like in http://www.websiteoutlook.com/www.google.com ? Lumbendil NB : This approach doesn't work anymore . The endpoint simply returns "Ok", even for URLs which aren't assigned. There is a free API (though I haven't been able to find any documentation for it anywhere). http://data.alexa.com/data?cli=10&url=%YOUR_URL% You can also query for more data the following way: http://data.alexa.com/data?cli=10&dat=snbamz&url=%YOUR_URL% All the letters in dat are the ones that determine which info you get. This dat

Amazon Alexa skill: We were unable to link xxxx at this time. And with 401 Unauthorized

眉间皱痕 提交于 2019-11-28 14:49:07
Amazon Alexa skill: We were unable to link xxxx at this time. And with 401 Unauthorized. =================================================================== Skill model: CUSTOM Skill STATUS: In Development Account Linking: Auth Code Grant Client Authentication Scheme: "HTTP Basic" (Credentials in request body is the same error) Default Access Token Expiration Time: 360 1,Use Browser on Microsoft Windows open https://alexa.amazon.com/spa/index.html In "DEV SKILLS", Enable my CUSTOM skill, Amazon Alexa service accesses my "Authorization URI" and asks for the "code". I send the "code" to it's

How to obtain userId specified by Alexa user during account linking

≡放荡痞女 提交于 2019-11-28 12:10:59
问题 During account linking process, Alexa user is redirected and presented with a form to enter his credentials (ID and/or password). Based on what's provided, the user is then being validated by the authentication flow, upon which success an accessToken is embedded in Alexa request and the user is redirected to the OAuth resource. Is there a way to pass the ID of the user obtained in the above interaction as part of the Alexa request (JSON session\user\userId ), instead of (or in addition to) it

Get unique device id for every amazon echo devices

人盡茶涼 提交于 2019-11-27 19:30:01
问题 I need to make a Custom Skill for the Alexa Skills Kit, which should be one echo device in every room. I need to get the device_id for every echo device. I heard this isn't possible, but maybe it changed, or if not is there any other way around. 回答1: You can do it now! context:System:device:deviceId As far as I can tell it only works on real devices. So if you are testing in the developer's Skills Manager you don't get the field, but when used with a real Alexa device, it works. 回答2: This is

Fetching Alexa data [closed]

半世苍凉 提交于 2019-11-27 09:10:56
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . How is it possible to get traffic data, sub domains data, country rank in percentage like in http://www.websiteoutlook.com/www.google.com? 回答1: NB : This approach doesn't work anymore . The endpoint simply returns "Ok", even for URLs which aren't assigned. There is a free API