digits-cordova
digits-cordova copied to clipboard
Error : Something is technically wrong on Digits
Hi,
I created the consumer key in dev.twitter.com, I used my current website as website.
I used the above consumer key and developed using this application but I got error like,
""Something is Technically wrong .""
I have had the same problem. I solved it to an extent by changing location.href in digitsCordova.js to 'http://localhost'. I got the Digits site and was able to enter phone number and get verification code. I was then verified and received the access token. However, my callback does not seem to work as it polls the inAppBrowser for response.
-
What should I enter in callback?
-
Also, is this correct while long polling the InAppBrowser for response? location.href = ('http://localhost' + '&specialsauce=' + res);}
Also, I think you need to get consumer key from fabric.io. You can poll the InAppBrowser for response and send it back as location.href = ('http://localhost/android/www/#/login?' + 'specialsauce=' + res);}
previously, I got away with it using the callback link as the device internal link but now digits seems to have add some validations to that link. You can add your own link in the new [email protected] through
var digits = new DigitsCordova('gmoaaZhEG88hMQUdpWHnF1IAz', 'http://cannonballapp.io/', options);