我正在尝试使用javascript实现facebook accountkit。我按照https://developers.facebook.com/docs/accountkit/web/integrating上的文档进行操作。 我使用了离子2.
实现Account Kit Javascript SDK,Accountkit.init工作正常。但是当我调用方法AccountKit.login时,会弹出错误。
错误说
不支持api版本TAAL [BLAME_func,invariant_violation] TAAL [BLAME_file]
重定向的弹出式URL地址是这样的。
https://www.accountkit.com/v2.6/dialog/sms_login/?app_id={{facebook_app_id}}&country_code={{countryCode}}&locale=ko_KR&logging_ref=f288b0578b6851&origin=http%3A%2F%2Flocalhost%3A8100&phone_number={{phoneNumber}}&sdk=web&state=csrf&version=v2.6
为什么会发生这种错误? 我阅读了所有facebook accountkit文档,但我无法找到答案。
答案 0 :(得分:1)
尝试使用v1.0。我得到了同样的错误,但v1.0后退对我有效。