forked from hybridauth/hybridauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
109 lines (95 loc) · 3.43 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta charset="utf-8">
<title>Hybridauth | README</title>
<style>
body {
margin: 50px;
margin-top: 25px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
color: #444;
font-size: 19px;
margin: 0 0 14px 0;
}
h1 {
border-bottom: 1px solid #D0D0D0;
padding: 14px 15px 10px 15px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
pre {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#body{
margin: 0 15px 0 15px;
}
#container{
margin: 10px;
border: 1px solid #CCCCCC;
}
code {
background-color: #FEE9CC;
color: rgba(0, 0, 0, 0.75);
padding: 1px 3px;
}
li {
line-height: 27px;
}
hr {
border-color: #EEEEEE;
border-style: none none solid;
border-width: 0 0 1px;
margin: 20px 0 19px;
}
</style>
</head>
<body>
<div id="container">
<h1>Welcome to Hybridauth Library <small>2.1.0-dev</small></h1>
<div id="body">
<p>
<h2>Overview</h2>
<b>Hybridauth</b> HybridAuth enable developers to easily build social applications to engage websites vistors and customers on a social level by implementing social signin, social sharing, users profiles, friends list, activities stream, status updates and more.
</p>
<p>
HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter, MySpace and Google.
</p>
<hr />
<h3>Getting Started</h3>
<p align="justify">First, to install HybridAuth, you can use the <a href="hybridauth/install.php">HybridAuth Auto Installer</a>.</p>
<p align="justify">Also, you can browse to the examples directory to check out some of <a href="examples/index.html">HybridAuth Showcases</a>.</p>
<p align="justify">We also highly recommend to download and use <b>the latest release</b> from HybridAuth website at <a href="http://hybridauth.sourceforge.net/download.html">http://hybridauth.sourceforge.net/download.html</a> </p>
<p><strong>To get help and support</strong>, join us and participate in the hybridauth discussion group at <a href="http://hybridauth.sourceforge.net/support.html">http://hybridauth.sourceforge.net/support.html</a></p>
<hr />
<h3>License</h3>
<p align="justify">Except otherwise noted, HybridAuth is released under dual licence MIT and GPL. A copy can be found online at <a href="http://hybridauth.sf.net/licenses.html">http://hybridauth.sf.net/licenses.html</a>.</p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11037160-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript"> var sc_project=7312365; var sc_invisible=1; var sc_security="30da00f3"; </script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
</body>
</html>