-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (133 loc) · 8.32 KB
/
index.html
File metadata and controls
137 lines (133 loc) · 8.32 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Facebook C# SDK</title>
<meta name="description" content="The Facebook C# SDK helps .Net developers build web, desktop, and phone applications that integrate with Facebook.">
<meta name="author" content="">
<link rel="icon" href="http://docs.csharpsdk.org/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://docs.csharpsdk.org/favicon.ico" type="image/x-icon">
<meta property="og:title" content="Facebook C# SDK"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://csharpsdk.org"/>
<meta property="og:image" content="http://csharpsdk.org/assets/img/logo500x500.png"/>
<meta property="og:site_name" content="Facebook C# SDK"/>
<meta property="fb:admins" content="14812017,605430316,537883665"/>
<meta property="og:description" content="The Facebook C# SDK helps .Net developers build web, desktop, phone and Windows 8 Metro style applications that integrate with Facebook."/>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/assets/css/bootstrap.css" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28972181-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-fixed-top">
<a href="http://github.com/facebook-csharp-sdk/facebook-csharp-sdk"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Facebook C# SDK</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/docs">Overview</a></li>
<li><a href="/docs/web">Web</a></li>
<li><a href="/docs/windows">Windows 8</a></li>
<li><a href="/docs/azure">Windows Azure</a></li>
<li><a href="/docs/phone">Windows Phone</a></li>
<li><a href="/docs/about">About</a></li>
</li>
</ul>
</div>
<input type="text" id="st-search-input" class="st-search-input" />
<div id="st-results-container"></div>
</div>
</div>
</div>
<div class="container">
<div class="hero-unit">
<img src="/assets/img/logo75x75.png" />
<h1 class="fbtitle">Facebook C# SDK</h1><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Fcsharpsdk&send=false&layout=box_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=90&appId=183642511732233" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:90px;" allowTransparency="true"></iframe>
<p>The Facebook C# SDK helps .Net developers build web, desktop, phone and Windows 8 Metro style applications that integrate with Facebook.</p>
<div class="download-buttons row">
<div class="nugetbutton"><div class="nuget-button-commandWrapper"><div class="nuget-button-commandPrompt"><p class="nuget-button-command">PM> Install-Package <a href="http://nuget.org/List/Packages/Facebook">Facebook</a></p></div></div></div>
<div class="githubbutton"><a class="btn btn-primary btn-large" href="http://github.com/facebook-csharp-sdk/facebook-csharp-sdk/">View Project on Github »</a></div>
</div>
<div class="follow-buttons">
<ul>
<li style="width: 175px"><a href="https://twitter.com/csharpsdk" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @csharpsdk</a></li>
<li style="width: 207px"><a href="https://twitter.com/PrabirShrestha" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @PrabirShrestha</a></li>
<li style="width: 155px"><a href="https://twitter.com/ntotten" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ntotten</a></li>
<li style="width: 150px"><a href="https://twitter.com/JimZim" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @JimZim</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="span6">
<img class="bs-icon" src="/assets/img/glyphicons/glyphicons_138_computer_proces.png">
<h2>Web</h2>
<p>Learn how to build Facebook Apps and websites that integrate with the Facebook Platform. This is the place to learn how to build ASP.NET or ASP.NET MVC Facebook Apps.</p>
<p><a class="btn" href="/docs/web">Documentation »</a></p>
</div>
<div class="span6">
<img class="bs-icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
<h2>Windows Phone</h2>
<p>Learn how to use the Facebook C# SDK to connect your mobile app or game to Facebook. You can use the Facebook C# SDK to authenticate your users with Facebook or post status messages directly from your app.</p>
<p><a class="btn" href="/docs/phone">Documentation »</a></p>
</div>
</div>
<div class="row">
<div class="span6">
<img class="bs-icon" src="/assets/img/glyphicons/glyphicons_232_cloud.png">
<h2>Windows Azure</h2>
<p>This section contains documentation about how to build Facebook apps using the Windows Azure Platform. Learn how to leverage the power of the cloud to build apps that scale do handle even the most demanding loads.</p>
<p><a class="btn" href="/docs/azure">Documentation »</a></p>
</div>
<div class="span6">
<img class="bs-icon" src="assets/img/glyphicons/glyphicons_086_display.png">
<h2>Windows 8</h2>
<p>Learn how to use the Facebook C# SDK with Windows Metro Style Apps. You can use the Facebook C# SDK to create a great social app on Windows 8.</p>
<p><a class="btn" href="/docs/windows">Documentation »</a></p>
</div>
</div>
<hr>
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Copyright © 2012, <a href="http://www.outercurve.org">The Outercurve Foundation</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer>
</div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript">
var Swiftype = window.Swiftype || {};
(function() {
Swiftype.key = 'pJBApKMVBdsUe2mM1xrq';
Swiftype.inputElement = '#st-search-input';
Swiftype.resultContainingElement = '#st-results-container';
Swiftype.attachElement = '#st-search-input';
Swiftype.renderStyle = "overlay";
var script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.src = "//swiftype.com/embed.js";
var entry = document.getElementsByTagName('script')[0];
entry.parentNode.insertBefore(script, entry);
}());
</script>
</body>
</html>