Hi, How can I implement oneall social login functionality in the JAVA webapp, in the JSP pages? I cant find the related guides. Can you provide URL to the guide, if any?
Hi, There is no JSP SDK. These links can provide some help: the full documenation docs.oneall.com/services/implementation-guide/, and a contributed Android SDK which could maybe help for Java https://github.com/oneall/android-sdk. In a nutshell, you need 2 things (in addition to oneall registration and social network application setup :-) - add the javascript to your pages, - implement the callback endpoint (JSP), and call the Oneall endpoints you need, using standard web libs.
Answers
There is no JSP SDK. These links can provide some help: the full documenation docs.oneall.com/services/implementation-guide/, and a contributed Android SDK which could maybe help for Java https://github.com/oneall/android-sdk.
In a nutshell, you need 2 things (in addition to oneall registration and social network application setup :-)
- add the javascript to your pages,
- implement the callback endpoint (JSP), and call the Oneall endpoints you need, using standard web libs.
Regards