<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Social Graph API &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/social-graph-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Tue, 19 Sep 2023 13:15:31 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>Social Graph API &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/social-graph-api/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>Accessing the OpenWeb with YQL</title>
		<link>https://notiz.blog/2010/09/28/access-the-openweb-with-yql/</link>
					<comments>https://notiz.blog/2010/09/28/access-the-openweb-with-yql/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 27 Sep 2010 22:02:51 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[ActivityStreams]]></category>
		<category><![CDATA[ATOM]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[PubSubHubbub]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[WebFinger]]></category>
		<category><![CDATA[YQL]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=3233</guid>

					<description><![CDATA[Durch einen Artikel auf ReadWriteWeb (5 Great YQL One-Liners) bin ich nach langer Zeit mal wieder auf Yahoos YQL-Plattform gelandet und habe nicht schlecht gestaunt, was die Yahoo Query Language mittlerweile alles leistet (mehr über YQL hier). Ich hatte z.B. keine Ahnung, dass man auch eigene table definition schreiben kann und dass es auch schon [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="alignright"><img decoding="async" width="137" height="123" sizes="(max-width: 137px) 100vw, 137px" src="https://notiz.blog/wp-content/uploads/2010/09/YQL.png" alt="" class="wp-image-3282"/></figure></div>



<p>Durch einen Artikel auf ReadWriteWeb (<a href="https://web.archive.org/web/20120718025440/http://www.readwriteweb.com:80/hack/2010/09/10-great-yql-one-liners.php">5 Great YQL One-Liners</a>) bin ich nach langer Zeit mal wieder auf <a href="https://developer.yahoo.com/yql/">Yahoos YQL-Plattform</a> gelandet und habe nicht schlecht gestaunt, was die <em>Yahoo Query Language</em> mittlerweile alles leistet (mehr über YQL <a href="https://notiz.blog/2009/01/14/select-from-microformats/">hier</a>). Ich hatte z.B. keine Ahnung, dass man auch eigene <em><a href="https://web.archive.org/web/20190918183812/http://www.datatables.org:80/">table definition</a></em> schreiben kann und dass es auch schon eine ziemlich fleißige Community um diese Definitionen gibt.</p>



<p>Meine Favoriten sind:</p>



<h3 class="wp-block-heading">Microformats</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> microformats where url=<span class="hljs-string">'http://wait-till-i.com'</span></code></span></pre>


<p>&#8230;findet diverse Microformats. » <s>Direct Link</s></p>



<p>Mehr dazu hier: <a href="https://notiz.blog/2009/01/14/select-from-microformats/">SELECT * FROM microformats</a></p>



<h3 class="wp-block-heading">OpenID</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> openid.discover where normalizedId=<span class="hljs-string">"http://www.yahoo.com/"</span></code></span></pre>


<p>&#8230;klassische OpenID-Discovery. » <s>Direct Link</s></p>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> openid.yadis where uri=<span class="hljs-string">"http://www.yahoo.com/"</span></code></span></pre>


<p>&#8230;YADIS-Discovery. » <s>Direct Link</s></p>



<p>&#8230;und es gibt noch &#8217;ne Reihe anderer <em>OpenID Queries</em>&#8230; es sollte sogar möglich sein einen kompletten OpenID-Client mit YQL zu bauen.</p>



<h3 class="wp-block-heading"><strong>OAuth</strong>
</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> oauth where uri=<span class="hljs-string">'http://example.com'</span> and consumerKey=<span class="hljs-string">'asd123'</span> and consumerSecret=<span class="hljs-string">'zxc456'</span> and callbackUri=<span class="hljs-string">'http://example.com'</span>;</code></span></pre>


<p>&#8230;sendet einen OAuth-Request. » <s>Direct Link</s></p>



<h3 class="wp-block-heading">pubsubhubbub</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">insert into pubsubhubbub.publisher (hub_url, topic_url) values (<span class="hljs-string">'http://pubsubhubbub.appspot.com/publish'</span>, <span class="hljs-string">'http://developer.yahoo.com'</span>)</code></span></pre>


<p>&#8230;sendet ein Update an das angegebene Hub. » <s>Direct Link</s></p>



<h3 class="wp-block-heading">Webfinger</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> webfinger where account=<span class="hljs-string">'pfefferle@gmail.com'</span></code></span></pre>


<p>&#8230;Webfinger-Discovery. » <s>Direct Link</s></p>



<h3 class="wp-block-heading">OpenSocial</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> opensocial.people</code></span></pre>


<p>&#8230;sendet eine OpenSocial <em>People</em>-Anfrage. » <s>Direct Link</s></p>



<h3 class="wp-block-heading"><strong>Social Graph</strong> API</h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> socialgraph.lookup where q = <span class="hljs-string">"notiz.blog"</span> AND edo = <span class="hljs-string">"1"</span></code></span></pre>


<p>&#8230;ermöglicht Zugriff auf Googles <a href="https://web.archive.org/web/20120406054651/http://code.google.com:80/intl/de-DE/apis/socialgraph/"><em>Social Graph API</em></a>. » <s>Direct Link</s></p>



<h3 class="wp-block-heading"><strong>Atom</strong></h3>


<pre class="wp-block-code"><span><code class="hljs language-javascript">select * <span class="hljs-keyword">from</span> atom where url=<span class="hljs-string">'https://notiz.blog/feed/atom'</span></code></span></pre>


<p>&#8230;interpretiert Atom-Feeds mit allen möglichen Erweiterungen, beispielsweise der <a href="https://activitystrea.ms/specs/atom/1.0/">ActivityStreams-Extension</a>. » <s>Direct Link</s></p>



<p>Vielleicht bekomm&#8216; ich die Tage ja auch mal eine <em>Query</em> zusammen 🙂</p>
<p>Hey there, RSS reader! You’re one of a special few, choosing this old-school yet awesome way of staying informed. Kudos!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2010/09/28/access-the-openweb-with-yql/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Googles Social Search</title>
		<link>https://notiz.blog/2010/02/01/googles-social-search/</link>
					<comments>https://notiz.blog/2010/02/01/googles-social-search/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:46:04 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Social Graph]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[Social Search]]></category>
		<category><![CDATA[Webmontag]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=2263</guid>

					<description><![CDATA[Bei der Recherche für meinen Webmontag-Vortrag (der übrigens morgen in Mannheim statt findet) hab ich entdeckt dass Googles Social Search schon weiter ist als ich dachte. Dreh und Angelpunkt der sozialen Suche wird das Google Profil sein. Die Webseiten der relevanten Kontakte werden über die Links auf der Profilseite (via XFN oder FoaF) ermittelt. So [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Bei der Recherche für meinen <a href="https://web.archive.org/web/20120718142441/http://webmontag-mrn.mixxt.de:80/networks/events/show_event.10351">Webmontag-Vortrag</a> (der übrigens morgen in Mannheim statt findet) hab ich entdeckt dass <a href="http://googleblog.blogspot.com/2010/01/search-is-getting-more-social.html">Googles <em>Social Search</em></a> schon weiter ist als ich dachte. Dreh und Angelpunkt der sozialen Suche wird das Google Profil sein.</p>



<figure class="wp-block-image aligncenter"><a href="https://notiz.blog/2010/02/01/googles-social-search/google-profile/"><img fetchpriority="high" decoding="async" width="480" height="160" sizes="(max-width: 480px) 100vw, 480px" src="https://notiz.blog/wp-content/uploads/2010/01/Google-Profile.jpg" alt="" class="wp-image-2270"/></a></figure>



<p>Die Webseiten der relevanten Kontakte werden über die Links auf der Profilseite (via <a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a> oder <abbr title="Friend of a Friend">FoaF</abbr>) ermittelt. So schließt sich dann auch der Kreis und sowohl die Google Profilseite als auch die <a href="https://notiz.blog/2008/02/04/googles-social-graph-api/">Social Graph API</a> passen wieder ins Bild.</p>



<figure class="wp-block-image aligncenter"><a href="https://notiz.blog/2010/02/01/googles-social-search/google-social-search/"><img decoding="async" width="480" height="500" sizes="(max-width: 480px) 100vw, 480px" src="https://notiz.blog/wp-content/uploads/2010/01/google-social-search.jpg" alt="Googles Social Search - Overview" class="wp-image-2277" srcset="https://notiz.blog/wp-content/uploads/2010/01/google-social-search.jpg 480w, https://notiz.blog/wp-content/uploads/2010/01/google-social-search-460x480.jpg 460w" /></a></figure>



<p>Über die <em>Social Search</em> kann man entweder die Seiten aller Freunde oder auch nur bestimmte Profile durchsuchen.</p>



<figure class="wp-block-image aligncenter"><a href="https://notiz.blog/2010/02/01/googles-social-search/google-social-search-by-profile/"><img loading="lazy" decoding="async" width="480" height="390" sizes="auto, (max-width: 480px) 100vw, 480px" src="https://notiz.blog/wp-content/uploads/2010/01/google-social-search-by-profile.jpg" alt="Googles Social Search - Profile" class="wp-image-2280"/></a></figure>



<p>Vielleicht lässt sich so ja auch erklären warum der Suchmaschinen-Riese in letzter Zeit <a href="http://josephsmarr.com/2009/12/18/joseph-smarr-has-new-work-info%e2%80%a6/">diverse</a> <a href="http://factoryjoe.com/blog/2010/01/07/happy-birthday-to-me-im-joining-google/">Internetgrößen</a> <a href="http://willnorris.com/2010/01/going-to-google">anwarb</a> um ein &#8222;Social Web Team&#8220; aufzubauen.</p>



<p>Für die Audio/Visuellen unter euch, gibt es auch noch ein kurzes Video von Google:</p>



<span id="more-2263"></span>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube">
	<span class="embed-privacy-url"><a href="https://www.youtube.com/watch?v=aYf5iSA6t6g">Eingebetteten Inhalt von YouTube öffnen</a></span>
</figure>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2010/02/01/googles-social-search/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Identify &#8211; Firefox Extension</title>
		<link>https://notiz.blog/2009/03/31/identify-firefox-extension/</link>
					<comments>https://notiz.blog/2009/03/31/identify-firefox-extension/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 31 Mar 2009 10:56:09 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Social Graph]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[YQL]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1446</guid>

					<description><![CDATA[Identify ist ein Firefox Addon entwickelt von Madgex (der Firma die z.B. auch den Microformats-Parser UfXtract entwickelt hat) welches, mit Hilfe von Googles Social Graph API und Yahoos YQL, Profil-Informationen und den Sozialen Graphen des Webseiten-Eigners anzeigt. Eigentlich ist das Plugin nicht viel mehr als eine Spielerei, zeigt aber sehr eindrucksvoll was mit Microformats alles [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://web.archive.org/web/20120709072832/http://lab.madgex.com:80/identify/">Identify</a> ist ein Firefox Addon entwickelt von Madgex (der Firma die z.B. auch den Microformats-Parser <a href="https://web.archive.org/web/20120629201057/http://lab.madgex.com:80/ufxtract/">UfXtract</a> entwickelt hat) welches, mit Hilfe von <a href="https://notiz.blog/2008/02/04/googles-social-graph-api/">Googles Social Graph API</a> und <a href="https://notiz.blog/2009/01/14/select-from-microformats/">Yahoos YQL</a>, Profil-Informationen und den <em>Sozialen Graphen</em> des Webseiten-Eigners anzeigt.</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2009/03/kontakt-at-notizblog-a-private-weblog-written-by-matthias-pfefferle.jpg" alt="Kontakt at notizBlog - a private weblog written by Matthias Pfefferle.jpg" /></figure>



<p>Eigentlich ist das Plugin nicht viel mehr als eine Spielerei, zeigt aber sehr eindrucksvoll was mit <a href="http://microformats.org">Microformats</a> alles möglich ist und dass <em>semantisches HTML</em> vielleicht doch noch zu einer echte alternative zu <abbr title="Resource Description Framework">RDF</abbr>/<abbr title="Web Ontology Language">OWL</abbr> werden könnte. Auf der anderen Seite ist es aber schon fast beängstigend was das Netzt so alles über mich weiß und mit wie wenig Aufwand so eine Übersicht über mein Web-Leben erstellt werden kann.</p>



<p>Für nicht Firefox-Benutzer gibt es mit dem <a href="https://web.archive.org/web/20120418023112/http://lab.madgex.com/socialgraph/socialgraphexplorer.aspx">Social Graph Explorer</a> auch noch eine Online-Version, die ganz ähnliche Ergebnisse liefert.</p>



<p>Das Addon lässt sich nach der Installation übrigens mit <em>Alt i</em> auf Windows bzw. <em>Ctrl i</em> auf Mac OS X starten.</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2009/03/31/identify-firefox-extension/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Warum nochmal XFN?</title>
		<link>https://notiz.blog/2008/02/07/warum-nochmal-xfn/</link>
					<comments>https://notiz.blog/2008/02/07/warum-nochmal-xfn/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 07 Feb 2008 19:33:45 +0000</pubDate>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[FoaF]]></category>
		<category><![CDATA[Social Graph API]]></category>
		<category><![CDATA[XFN]]></category>
		<guid isPermaLink="false">http://notizblog.org/2008/02/07/warum-nochmal-xfn/</guid>

					<description><![CDATA[Dank Google ergibt das ewige XFN auszeichnen endlich einen Sinn 🙂 Jetzt muss ich nur noch langsam mal mit meinem WordPress FoaF Plugin fertig werden&#8230; via microformats.dk]]></description>
										<content:encoded><![CDATA[
<p>Dank <a href="https://notiz.blog/2008/02/04/googles-social-graph-api/">Google</a> ergibt das ewige XFN auszeichnen endlich einen Sinn 🙂</p>



<figure class="wp-block-image aligncenter"><a href="http://almaer.com/blog/finally-use-of-my-xfn-and-foaf"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/02/socialgraph.png" alt="Finally use of my XFN and FOAF"/></a></figure>



<p>Jetzt muss ich nur noch langsam mal mit meinem WordPress FoaF Plugin fertig werden&#8230;</p>



<p>via <a href="https://web.archive.org/web/20160722083755/http://www.microformats.dk/2008/02/03/tegneserie-kommentar-til-social-graph-api/">microformats.dk</a></p>
<p>You are a master of efficiency! By using RSS, you save time and avoid distractions. 👏</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/02/07/warum-nochmal-xfn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
