「ファンページ」の RSS を取得するために何か特別なことをする必要がありますか? [例] https://www.facebook.com/georgehtakeiはページであり、個人のログインではありません。
Facebook のファン ページの RSS URL を取得するための何千もの例に従っていますが、適切な ID を使用しても次のエラーが表示されます.... (プライバシーの目的でさまざまな ID を検閲しました)
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:fb="http://www.facebook.com" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0">
<access:restriction relationship="allow" />
<id>http://www.facebook.com/feeds/syndication_error.php#8fda6ce86f0e4d375d0eb33d8df4c50e</id>
<generator uri="http://www.facebook.com/">Facebook Syndication</generator>
<!-- SUDA was here. [Censored] -->
<title></title>
<link href="" />
<link rel="self" href="https://www.facebook.com/feeds/page.php?format=atom10&id=[censored]" />
<updated>2013-01-15T13:57:30-08:00</updated>
<icon>http://www.facebook.com/favicon.ico</icon>
<logo>https://fbstatic-a.akamaihd.net/rsrc.php/v2/yk/r/GcJ2sQocxsN.png</logo>
<entry>
<title><![CDATA[Facebook Syndication Error]]></title>
<id>http://www.facebook.com/feeds/syndication_error.php#8fda6ce86f0e4d375d0eb33d8df4c50e_</id>
<link rel="alternate" type="text/html" href="http://www.facebook.com/feeds/syndication_error.php#8fda6ce86f0e4d375d0eb33d8df4c50e_" />
<published>2013-01-15T13:57:30-08:00</published>
<updated>2013-01-15T13:57:30-08:00</updated>
<author>
<name>Facebook.com</name>
<uri>http://www.facebook.com</uri>
</author>
<summary>This feed URL is no longer valid. Visit this page to find the new URL, if you have access: &lt;a href=&quot;https://www.facebook.com/profile.php?id=[censored]&quot;&gt;https://www.facebook.com/profile.php?id=[censored]&lt;/a&gt;</summary>
<content type="html"><![CDATA[This feed URL is no longer valid. Visit this page to find the new URL, if you have access: <a href="https://www.facebook.com/profile.php?id=[censored]">https://www.facebook.com/profile.php?id=[censored]</a>]]></content>
</entry>
</feed>
http://graph.facebook.com/[url] を使用しても機能しません。次のエラーが表示されます。
{
"error": {
"message": "Unsupported get request.",
"type": "GraphMethodException",
"code": 100
}
}