フェイスブックが開発者向けのプラットフォームポリシーを改定し、ページへの「いいね!」にインセンティブを付与することを禁止した。この変更は、90日後の11月5日から発効する。開発者向けブログからの引用は次の通り。
------------------------------
Graph API v2.1 and updated iOS and Android SDKs / Changes to Platform Policy
https://developers.facebook.com/blog/post/2014/08/07/Graph-API-v2.1/
You must not incentivize people to use social plugins or to like a Page. This includes offering rewards, or gating apps or app content based on whether or not a person has liked a Page. It remains acceptable to incentivize people to login to your app, checkin at a place or enter a promotion on your app's Page. To ensure quality connections and help businesses reach the people who matter to them, we want people to like Pages because they want to connect and hear from the business, not because of artificial incentives. We believe this update will benefit people and advertisers alike.
------------------------------
英語版のプラットフォームポリシーには、すでにこの変更が反映されている(日本語版には未反映)。引用すると次の通り。
------------------------------
Platform Policy - Facebook Developers / 4. Encourage proper use
https://developers.facebook.com/policy/
Only incentivize a person to log into your app, like your app's Page, enter a promotion on your app's Page, or check-in at a place. Don't incentivize other actions. Effective November 5th, 2014, you may no longer incentivize people to like your app's Page.
------------------------------
開発者向けのドキュメントにも、この変更は反映されている。つまり、プラットフォームポリシーを変更するたけでなく、ライクゲート(ファンゲート)を技術的に不可能にするようだ。引用すると次の通り。
------------------------------
Fields in signed_request - Facebook Developers / $signed_request['page']['liked']
https://developers.facebook.com/docs/reference/login/signed-request
true if the loading user has liked the page, false if not. This field will no longer be included for any app created after the launch of v2.1 (August 7th, 2014), and will be permanently set to true for all other apps on November 5th, 2014.
------------------------------
ページに「いいね!」しなければ参加できないプロモーション(懸賞やコンテスト)は、広告以外でファンを獲得する手法として広く採用されており、影響は少なくないだろう。なお、今回のプラットフォームポリシーの改定は、投稿への「いいね!」を条件とするプロモーションを禁止するものではないと読み取れる。
------------------------------
Graph API v2.1 and updated iOS and Android SDKs / Changes to Platform Policy
https://developers.facebook.com/blog/post/2014/08/07/Graph-API-v2.1/
You must not incentivize people to use social plugins or to like a Page. This includes offering rewards, or gating apps or app content based on whether or not a person has liked a Page. It remains acceptable to incentivize people to login to your app, checkin at a place or enter a promotion on your app's Page. To ensure quality connections and help businesses reach the people who matter to them, we want people to like Pages because they want to connect and hear from the business, not because of artificial incentives. We believe this update will benefit people and advertisers alike.
------------------------------
英語版のプラットフォームポリシーには、すでにこの変更が反映されている(日本語版には未反映)。引用すると次の通り。
------------------------------
Platform Policy - Facebook Developers / 4. Encourage proper use
https://developers.facebook.com/policy/
Only incentivize a person to log into your app, like your app's Page, enter a promotion on your app's Page, or check-in at a place. Don't incentivize other actions. Effective November 5th, 2014, you may no longer incentivize people to like your app's Page.
------------------------------
開発者向けのドキュメントにも、この変更は反映されている。つまり、プラットフォームポリシーを変更するたけでなく、ライクゲート(ファンゲート)を技術的に不可能にするようだ。引用すると次の通り。
------------------------------
Fields in signed_request - Facebook Developers / $signed_request['page']['liked']
https://developers.facebook.com/docs/reference/login/signed-request
true if the loading user has liked the page, false if not. This field will no longer be included for any app created after the launch of v2.1 (August 7th, 2014), and will be permanently set to true for all other apps on November 5th, 2014.
------------------------------
ページに「いいね!」しなければ参加できないプロモーション(懸賞やコンテスト)は、広告以外でファンを獲得する手法として広く採用されており、影響は少なくないだろう。なお、今回のプラットフォームポリシーの改定は、投稿への「いいね!」を条件とするプロモーションを禁止するものではないと読み取れる。