|
1 | | -LoginRadius offers a complete social infrastructure solution combining 30 major social platforms into one unified API. |
2 | | -With LoginRadius, websites and mobile apps can integrate social login, enable social sharing, capture user profiles and |
3 | | -social data, create a single sign-on experience for their users, and get comprehensive social analytics. |
4 | | -Our social solution helps websites engage, understand, and leverage their users. |
| 1 | +# LoginRadius python SDK |
5 | 2 |
|
6 | | -This module provides a wrapper for urllib2 or the requests library to easily access the API from |
7 | | -https://api.loginradius.com/ in a more "pythonic" way. Providing easier access to essential data in a few lines of code. |
8 | | -This will work with 1.0 or 2.0 API specifications. |
9 | 3 |
|
10 | | -For more information, visit: http://loginradius.com/ |
| 4 | + |
11 | 5 |
|
12 | | -Prerequisites |
13 | | -======== |
| 6 | +## Introduction ## |
14 | 7 |
|
15 | | -You will need at least Python - 2.7 or greater. LoginRadius module utilizes the namedtuple from the collections library |
16 | | -and the import_module from importlib. |
| 8 | +LoginRadius Customer Registration wrapper provides access to LoginRadius Identity Management Platform API. |
17 | 9 |
|
18 | | -From Package |
19 | | -========= |
| 10 | +LoginRadius is an Identity Management Platform that simplifies user registration while securing data. LoginRadius Platform simplifies and secures your user registration process, increases conversion with Social Login that combines 30 major social platforms, and offers a full solution with Traditional Customer Registration. You can gather a wealth of user profile data from Social Login or Traditional Customer Registration. |
20 | 11 |
|
21 | | -Using pip |
| 12 | +LoginRadius centralizes it all in one place, making it easy to manage and access. Easily integrate LoginRadius with all of your third-party applications, like MailChimp, Google Analytics, Livefyre and many more, making it easy to utilize the data you are capturing. |
22 | 13 |
|
23 | | -pip install loginradius |
| 14 | +LoginRadius helps businesses boost user engagement on their web/mobile platform, manage online identities, utilize social media for marketing, capture accurate consumer data, and get unique social insight into their customer base. |
24 | 15 |
|
25 | | -or with easy_install |
| 16 | +Please visit [here](http://www.loginradius.com/) for more information. |
26 | 17 |
|
27 | | -easy_install loginradius |
28 | 18 |
|
29 | | -Online Documentation |
30 | | -====== |
| 19 | +## Documentation |
31 | 20 |
|
32 | | -You can read more at |
| 21 | +* [Configuration](http://apidocs.loginradius.com/docs/python) - Everything you need to begin using the Social SDK. |
| 22 | +* [Customer Registration](http://apidocs.loginradius.com/docs/user-registration) - Everything you need to implement the full LoginRadius Customer Registration system including Social Login. |
33 | 23 |
|
34 | | -http://loginradius.readthedocs.org/ |
35 | | - |
36 | | -Changelog |
37 | | -====== |
38 | | - |
39 | | -2.02 |
40 | | ------ |
41 | | - |
42 | | -* Company and Post properties fixed for user tuple, and removed activity. |
| 24 | +General documentation regarding the Python REST API and related flows can be found on the [LoginRadius API Documentations](http://apidocs.loginradius.com/) site. |
0 commit comments