This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<string>FBPlaceAttachmentButtonExperimentContext</string> | |
<string>FBTimelineHeaderCoverDownloadExperimentContext</string> | |
<string>FBQuickPromotionDebugLogger</string> | |
<string>FBStorySeenStateExperimentContext</string> | |
<string>FBTimelineStoriesChunkRequestExperimentContext</string> | |
<string>FBTimelineStoriesInfiniteScrollingExperimentContext</string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author" : "Chris", | |
"verb" : "share", | |
"annotation" : "You go to it", | |
"object" : | |
{ | |
"objectType" : "activity", | |
"recipients" : [ | |
{ | |
"displayName" : "Adina Levine", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
handlers: | |
- url: '/' | |
static_files: 'index.html index.htm readme.txt readme.markdown readme.md' | |
upload: '.*' | |
- url: '/' | |
static_files: '/' | |
- url: /favicon\.ico | |
static_files: favicon.ico |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/"> | |
<entry> | |
<title>...</title> | |
<link rel=”alternate”>...</link> | |
<id>...</id> | |
<updated>...</updated> | |
<author> | |
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> | |
<name>...</name> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns:og="http://opengraphprotocol.org/schema/"> | |
<head> | |
<title>The Rock (1996)</title> | |
<meta property="og:title" content="The Rock" /> | |
<meta property="og:type" content="movie" /> | |
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> | |
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> | |
... | |
</head> | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
function doLogin(doneUrl) { | |
/* Tell XAuth.org that a user has just signed into Google on this browser. */ | |
XAuth.extend({ | |
// reveals "someone is logged into Google" | |
token: "1", | |
// Expires after 24 hours or if the user explicitly logs out | |
expire: new Date().getTime() + 60*60*24*1000, | |
// Allow any domain to read this info (could also be a whitelist of partners) | |
extend: ["*"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Google XAuth Demo</title> | |
<script type="text/javascript" src="http://xauth.org/xauth.js"></script> | |
<script type="text/javascript"> | |
function doLogin(doneUrl) { | |
/* Tell XAuth.org that a user has just signed into Google on this browser. */ | |
XAuth.extend({ | |
// Just reveals "someone is logged into Google" but no personally identifiable info. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<feed xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:live="http://api.live.com/schemas" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:media="http://purl.org/syndication/atommedia" xmlns="http://www.w3.org/2005/Atom"> | |
<title type="text">What's New with Rob-Df Dolin</title> | |
<id>http://api.live.net/Users(-5141839532282463176)/Activities</id> | |
<updated>2010-04-15T16:37:57Z</updated> | |
<author> | |
<name>Rob-Df Dolin</name> | |
<uri>http://cid-b8a48430223e3c38.profile.live.com/</uri> | |
<live:id>-5141839532282463176</live:id> | |
<link rel="photo" type="image/jpeg" href="http://blufiles.storage.live.com/y1mMoklYx9thC2nfn4IaIrDyFQ_qlR7HhvxI4JOyaqKdfttxRbvRovGDp0rJWFjYZ6AgcLpTrwAMLN8pcPhBV9v8A"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "1", | |
"name": "Chris Messina", | |
"urls": [ | |
{ "value": "http://factoryjoe.com/blog", "type": "blog" } | |
] | |
}, | |
{ | |
"id": "2", | |
"name": "Joseph Smarr", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"startIndex": 10, | |
"itemsPerPage": 10, | |
"totalResults": 12, | |
{ | |
"id": "703887", | |
"displayName": "Mark Hashimoto", | |
"name": { | |
"familyName": "Hashimoto", | |
"givenName": "Mark" |