Is there an example of how to integrate Sencha Touch 2 with youtube API OAuth? Following the google api docs and Sencha Touch 2: How can I add Google+ Login? example , I used javascript based button rendering for google sign on in my application. However I run into cross origin issues with switching the http vs https context
Blocked a frame with origin "https://accounts.google.com" from accessing a frame with origin "http://localhost:1841. Protocols, domains, and ports must match
oAuth for Client Side Web Applications does not support http protocol for authentication requests.
Followed below approach:
Note: Entire url used in anchor element must be url encoded string.