Oauth.io Connection Failed
I'm new to web programming and I try to use oauth.io in my web-app. I finished configurations to facebook and Google due to the instruction. Everything works fine when i tested th
Solution 1:
OAuth.io needs to have jQuery loaded to make HTTP requests using the result of OAuth.popup()
. It use jQuery.ajax() behind the scene to let you a well-known function with all the option you might need.
Post a Comment for "Oauth.io Connection Failed"