<?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>SocialGraph API &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/socialgraph-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, 30 Mar 2021 14:07:10 +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>SocialGraph 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/socialgraph-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>Social Graph API mit hCard Support?</title>
		<link>https://notiz.blog/2009/01/19/social-graph-api-mit-hcard-support/</link>
					<comments>https://notiz.blog/2009/01/19/social-graph-api-mit-hcard-support/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 19 Jan 2009 12:18:41 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[SocialGraph]]></category>
		<category><![CDATA[SocialGraph API]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1394</guid>

					<description><![CDATA[Ich bin durch Zufall mal wieder auf der SG-API Seite gelandet und war wirklich positiv überrascht dass die API noch stetig weiterentwickelt wird. Besonders spannend finde ich die Integration zweier hCard-Attribute: fn und photo. Ich denke nicht, dass Google die hCard vollständig in den Sozialen Graphen integrieren wird, aber es zeigt sehr schön, dass der [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Ich bin durch Zufall mal wieder auf der <a href="http://code.google.com/apis/socialgraph/docs/api.html"><abbr title="SocialGraph">SG</abbr>-API</a> Seite gelandet und war wirklich positiv überrascht dass die <abbr title="Application Programming Interface">API</abbr> noch stetig weiterentwickelt wird. Besonders spannend finde ich die Integration zweier <a href="http://buzzword.org.uk/profiles/hCard/1.0/">hCard-Attribute</a>: <abbr title="formatted name"><a href="https://www.w3.org/2006/03/hcard#fn">fn</a></abbr> und <a href="http://www.w3.org/2006/03/hcard#photo">photo</a>.</p>


<pre class="wp-block-code"><span><code class="hljs language-json">{
 <span class="hljs-attr">"http://example-bob.livejournal.com/"</span>: {
  <span class="hljs-attr">"attributes"</span>: {
   <span class="hljs-attr">"atom"</span>: <span class="hljs-string">"http://example-bob.livejournal.com/data/atom"</span>,
   <span class="hljs-attr">"foaf"</span>: <span class="hljs-string">"http://example-bob.livejournal.com/data/foaf"</span>,
   <span class="hljs-attr">"rss"</span>: <span class="hljs-string">"http://example-bob.livejournal.com/data/rss"</span>,
   <span class="hljs-attr">"fn"</span>: <span class="hljs-string">"Mr. Example Bob"</span>,
   <span class="hljs-attr">"photo"</span>: <span class="hljs-string">"http://p-userpic.livejournal.com/example-bob"</span>, 
   <span class="hljs-attr">"url"</span>: <span class="hljs-string">"http://example-bob.livejournal.com/"</span>,
   <span class="hljs-attr">"profile"</span>: <span class="hljs-string">"http://example-bob.livejournal.com/profile"</span>
  }
 }
}</code></span></pre>


<p>Ich denke nicht, dass Google die hCard vollständig in den <em>Sozialen Graphen</em> integrieren wird, aber es zeigt sehr schön, dass der Google-Index über alle notwendigen Informationen verfügt und die Integration von Microformats in die klassische <em>Google Suche</em> (à la <a href="https://notiz.blog/2008/06/19/searchmonkey-fuer-anwender/">SearchMonkey</a>) vielleicht doch nicht ganz abwegig ist.</p>



<p>Um richtig coole Dinge damit anstellen zu können fehlen mir persönlich jetzt noch zwei weitere hCard-Attribute und zwar <a href="http://www.w3.org/2006/03/hcard#nickname"><em>nickname</em></a> und <a href="http://www.w3.org/2006/03/hcard#email"><em>email</em></a>&#8230; aber man will ja nicht undankbar sein 🙂</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2009/01/19/social-graph-api-mit-hcard-support/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>ActionStreams für WordPress</title>
		<link>https://notiz.blog/2008/03/11/actionstreams-fuer-wordpress/</link>
					<comments>https://notiz.blog/2008/03/11/actionstreams-fuer-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 11 Mar 2008 21:17:47 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[ActionStream]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[Lifestream]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[SocialGraph API]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notizblog.org/2008/03/11/actionstreams-fuer-wordpress/</guid>

					<description><![CDATA[Stephen Paul Weber hat für das DiSo Projekt das MovableType ActionStream Plugin für WordPress portiert. Das Plugin basiert auf der gleichen YAML Basis (Beispiel: config.yaml) wie auch das MovableType Plugin, hat aber noch nicht den kompletten Umfang wie sein Vorbild. Ich hab das Plugin mal testweise installiert: Mein ActionStream. Mal schaun was sich in den [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="http://singpolyma.net/">Stephen Paul Weber</a> hat für das <a href="http://diso-project.org/"><abbr title="Distributed Social Networking">DiSo</abbr> Projekt</a> das <a href="http://www.sixapart.com/about/news/2008/01/time_for_action.html">MovableType ActionStream Plugin</a> für <a href="http://groups.google.com/group/diso-project/browse_thread/thread/9b9612e7214270a1">WordPress</a> portiert.<br/> Das Plugin basiert auf der gleichen <abbr title="YAML Ain't Markup Language">YAML</abbr> Basis (Beispiel: <a href="https://web.archive.org/web/20080322003204/http://notizblog.org:80/wp-content/plugins/diso-actionstream/config.yaml">config.yaml</a>) wie auch das MovableType Plugin, hat aber noch nicht den kompletten Umfang wie sein Vorbild.</p>



<p>Ich hab das Plugin mal testweise installiert: Mein <a href="https://web.archive.org/web/20080516024445/http://notizblog.org:80/about/my-action-stream/">ActionStream</a>.</p>



<p>Mal schaun was sich in den nächsten Versionen noch alles tut, spannend finde ich vor allem den Punkt <code>profile_services</code> der auch im YAML-File zu finden ist.</p>



<p><strong>[Update]</strong></p>



<p>Die aktuelle Version unterstützt jetzt auch das Nachladen von weiteren Services/Feeds via SocialGraph-API. Mehr dazu auf Stephens <a href="http://singpolyma.net/2008/03/on-actionstreams-and-blogging-your-own-work/">Weblog</a>.</p>
<p>Congratulations on being an RSS reader! You are part of an elite group of people who know how to stay updated in style.</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/03/11/actionstreams-fuer-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
