Facebook Platform

Facebook Platform

The Facebook Platform[1] provides a set of APIs and tools which enable third-party developers to integrate with the "open graph" — whether through applications on Facebook.com or external websites and devices. Launched on May 24, 2007, Facebook Platform has evolved from enabling development just on Facebook.com to one also supporting integration across the web and devices.

Facebook Platform statistics as of May 2010:[2]

  • More than one million developers and entrepreneurs from more than 180 countries
  • More than 550,000 active applications currently on Facebook Platform
  • Every month, more than 70% of Facebook users engage with Platform applications
  • More than 250,000 websites have integrated with Facebook Platform
  • More than 100 million Facebook users engage with Facebook on external websites every month

Third party companies provide application metrics, and several blogs have sprung up in response to the clamor for Facebook applications. On July 4, 2007, Altura Ventures announced the "Altura 1 Facebook Investment Fund," becoming the world's first Facebook-only venture capital firm.[3]

On August 29, 2007, Facebook changed the way in which the popularity of applications is measured, to give attention to the more engaging applications, following criticism that ranking applications only by the number of people who had installed the application was giving an advantage to the highly viral, yet useless applications.[4] Tech blog Valleywag has criticized Facebook Applications, labeling them a "cornucopia of uselessness."[5] Others have called for limiting third-party applications so the Facebook user experience is not degraded.[6][7]

Primarily attempting to create viral applications is a method that has certainly been employed by numerous Facebook application developers. Stanford University even offered a class in the Fall of 2007, entitled, Computer Science (CS) 377W: "Create Engaging Web Applications Using Metrics and Learning on Facebook". Numerous applications created by the class were highly successful, and ranked amongst the top Facebook applications, with some achieving over 3.5 million users in a month.[8]

Contents

History

Facebook launched the Facebook Platform on May 24, 2007, providing a framework for software developers to create applications that interact with core Facebook features.[1][9] A markup language called Facebook Markup Language was introduced simultaneously; it is used to customize the "look and feel" of applications that developers create. Using the Platform, Facebook launched several new applications,[1][9] including Gifts, allowing users to send virtual gifts to each other, Marketplace, allowing users to post free classified ads, Events, giving users a method of informing their friends about upcoming events, and Video, letting users share homemade videos with one another.[10][11]

Applications that have been created on the Platform include chess, which both allow users to play games with their friends.[12] In such games, a user's moves are saved on the website, allowing the next move to be made at any time rather than immediately after the previous move.[13]

By November 3, 2007, seven thousand applications had been developed on the Facebook Platform, with another hundred created every day.[14] By the second annual f8 developers conference on July 23, 2008, the number of applications had grown to 33,000,[15] and the number of registered developers had exceeded 400,000.[16]

Within a few months of launching the Facebook Platform, issues arose regarding "application spam", which involves Facebook applications "spamming" users to request it be installed.[17]

Facebook integration was announced for the Xbox 360 and Nintendo DSi on June 1, 2009 at E3.[18] On November 18, 2009, Sony announced an integration with Facebook to deliver the first phase of a variety of new features to further connect and enhance the online social experiences of PlayStation 3.[19] On February 2, 2010, Facebook announced the release of HipHop for PHP as an opensource project.[20]

High-level Platform components

Graph API

The Graph API is the core of Facebook Platform, enabling developers to read from and write data into Facebook. It provides a simple and consistent view of the social graph, uniformly representing objects (e.g., people, photos, events, and pages) and the connections between them (e.g., friendships, likes, and photo tags). The Graph API presents a simple, consistent view of the Facebook social graph, uniformly representing objects in the graph (e.g., people, photos, events, and pages) and the connections between them (e.g., friend relationships, shared content, and photo tags).[21]

Authentication

Facebook authentication enables developers’ applications to interact with the Graph API on behalf of Facebook users, and it provides a single-sign on mechanism across web, mobile, and desktop apps.[22]

Social plugins

Social plugins – including the Like Button, Recommendations, and Activity Feed – enable developers to provide social experiences to their users with just a few lines of HTML. All social plugins are extensions of Facebook and are specifically designed so no user data is shared with the sites on which they appear.[23]

Open Graph protocol

The Open Graph protocol enables developers to integrate their pages into the social graph. These pages gain the functionality of other graph objects including profile links and stream updates for connected users.[24] The implications that the Open Graph may have on the web as a whole relate significantly to the idea of search engines. While currently Google still attracts more traffic than any other website, Facebook is a close second.[25] Even without a good internal search engine, Facebook already drives more traffic for some searches, specifically social searches, than Google itself.[26] And in attempting to link Facebook with the rest of the web, the Open Graph is creating Facebook’s own extensive and highly interactive version of a search engine. Web pages are turned into Open Graph Objects by adding metadata. As an example, the following is the Open Graph protocol markup for ieKeyboard on Software Master Center, [27]:

<meta property="og:title" content="ieKeyboard - Easily enter international characters in Internet Explorer." />
<meta property="og:type" content="product" />
<meta property="og:url" content="http://www.softwaremastercenter.com/iekeyboard_20605-1_software.html" />
<meta property="og:image" content="http://regnow.img.digitalriver.com/vendor/20605/Boxshot1.jpg" />
<meta property="og:site_name" content="Software Master Center" />
<meta property="og:description" content="Easily enter international/foreign characters in Internet Explorer." />

Iframes

Facebook uses iframes to allow third-party developers to create applications that are hosted separately from Facebook, but operate within a Facebook session and are accessed through a user's profile. Since iframes essentially nest independent websites within a Facebook session, their content is distinct from Facebook formatting.

Before iframes, Facebook used 'Facebook Markup Language (FBML)' to allow Facebook Application developers to customize the "look and feel" of their applications, to a limited extent. FBML is a specification of how to encode content so that Facebook's servers can read and publish it, which is needed in the Facebook-specific feed so that Facebook's system can properly parse content and publish it as specified.[28] FBML set by any application is cached by Facebook until a subsequent API call replaces it. Facebook also offers a specialized Facebook JavaScript (FBJS) library.[29]

Facebook stopped accepting new FBML applications on March 18, 2011,[30] but continued to support existing FBML tabs and applications. FBML will no longer be supported as of January 1, 2012, and FBML will no longer function as of June 1, 2012.

Facebook Connect

Facebook Connect is a set of APIs from Facebook that enable Facebook members to log onto third-party websites, applications, mobile devices and gaming systems with their Facebook identity. While logged in, users can connect with friends via these media and post information and updates to their Facebook profile. Developers can use these services to help their users connect and share with their Facebook friends on and off of Facebook and increase engagement for their website or application.

Originally unveiled during Facebook’s developer conference, F8, in July 2008, Facebook Connect became generally available in December 2008. According to an article from The New York Times, "Some say the services are representative of surprising new thinking in Silicon Valley. Instead of trying to hoard information about their users, the Internet companies (including Facebook, Google, MySpace and Twitter) all share at least some of that data so people do not have to enter the same identifying information again and again on different sites."[31]

Since launching Facebook Connect, the company has rolled out additional features related to the services some of which include: Translations for Connect;[32] Facebook Connect Wizard and Facebook Connect for the Mobile Web.

Facebook Connect cannot be used by users in locations that cannot access Facebook (e.g. China), even if the third-party site is otherwise accessible from that location.

Microformats

In February 2011, Facebook began to use the hCalendar microformat to mark up events, and the hCard for the events' venues, enabling the extraction of details to users' own calendar or mapping applications.[33]

See also

References

  1. ^ a b c "Facebook Platform Launches". Facebook. 2007-05-27. http://developers.facebook.com/news.php?blog=1&story=21. Retrieved 2007-09-03. 
  2. ^ Facebook. "Facebook Statistics". http://www.facebook.com/press/info.php?statistics. Retrieved 2010-05-16. 
  3. ^ "Altura Ventures news". Altura Ventures. 2007-07-04. http://www.altura.com/. Retrieved 2007-09-03. 
  4. ^ Morin, Dave (2007-08-29). "A shift to engagement". Facebook. http://www.facebook.com/developers/. Retrieved 2007-08-31. 
  5. ^ "Can a Facebook app possibly be useful?". Valleywag.com. 2005-09-26. http://valleywag.com/tech/facebook/can-a-facebook-app-possibly-be-useful-303819.php. Retrieved 2007-10-16. 
  6. ^ Timmons, Zack (2007-12-03). "Useless applications plague Facebook". The Lantern. http://media.www.thelantern.com/media/storage/paper333/news/2007/12/03/Campus/Useless.Applications.Plague.Facebook-3128521.shtml. Retrieved 2008-03-05. 
  7. ^ Lee, Tim (2007-11-30). "Irritating Your Customers Is Almost Never A Good Business Strategy". http://techdirt.com/articles/20071130/110033.shtml. Retrieved 2008-03-05. 
  8. ^ Kamil Dada (2007-11-30). "Kamil Dada from Stanford University explains the success of Facebook applications developed in a class at Stanford University". Archived from the original on January 18, 2008. http://web.archive.org/web/20080118191749/http%3A//daily.stanford.edu/article/2007/11/30/farmmadeFacebookAppsPopular. Retrieved 2007-12-15. 
  9. ^ a b Kirkpatrick, David (2007-05-29). "Facebook's plan to hook up the world". CNN. http://money.cnn.com/2007/05/24/technology/facebook.fortune/. Retrieved 2008-03-05. 
  10. ^ George-Cosh, David (2007-07-05). "Facebook users embracing the Marketplace". The Globe and Mail. http://www.theglobeandmail.com/servlet/story/RTGAM.20070705.wgtfacebook05/BNStory/Technology/. Retrieved 2008-05-03. 
  11. ^ Schwankert, Steven (2007-05-25). "Facebook Launches Video System". PC World. http://www.pcworld.com/article/132245-1/article.html?tk=nl_dnxnws. Retrieved 2008-05-03. 
  12. ^ "Chess". Facebook. http://www.facebook.com/apps/application.php?id=2427617054&ref=s. Retrieved 2008-03-15. 
  13. ^ Kim, Ryan. "Mountain View startup Meebo aims to revolutionize instant messaging". San Francisco Chronicle. http://www.sfgate.com/cgi-bin/article.cgi?file=/c/a/2007/11/20/BU5LTFF6N.DTL&type=business. Retrieved 2008-03-15. 
  14. ^ Rampell, Catherine (2007-11-03). "Widgets Become Coins of the Social Realm". The Washington Post: p. D01. http://www.washingtonpost.com/wp-dyn/content/article/2007/11/02/AR2007110201894_pf.html. Retrieved 2008-05-07. 
  15. ^ Ustinova, Anastasia (2008-07-23). "Developers compete at Facebook conference". San Francisco Chronicle. http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/07/23/BU7C11TAES.DTL. Retrieved 2008-08-14. 
  16. ^ "Facebook Expands Power of Platform Across the Web and Around the World". Facebook. 2008-07-23. http://www.facebook.com/press/releases.php?p=48242. Retrieved 2008-08-14. 
  17. ^ "Facebook cracks down on developer spam". The Washington Post. http://www.washingtonpost.com/wp-dyn/content/article/2007/08/29/AR2007082900041_pf.html. Retrieved 2008-03-15. 
  18. ^ "Microsoft E3 Announcement". Xbox.com. 2009-06-01. http://www.xbox.com/en-US/community/events/e3/facebook.htm. Retrieved 2010-03-23. [dead link]
  19. ^ "Sony to Offer Richer Online Social Experience to PS3 Owners With Facebook Integration". ign.com. 2009-11-18. http://ps3.ign.com/articles/104/1046814p1.html. Retrieved 2010-05-06. 
  20. ^ Kincaid, Jason. "Live From Facebook's HipHop Technology Tasting". techcrunch.com. © 2010 TechCrunch. http://techcrunch.com/2010/02/02/facebook-hiphop-presentation/. Retrieved 6 July 2010. 
  21. ^ "Graph API". http://developers.facebook.com/docs/api. 
  22. ^ "Authentication". http://developers.facebook.com/docs/authentication/. 
  23. ^ "Social Plugins". http://developers.facebook.com/plugins. 
  24. ^ "Open Graph Protocol". http://developers.facebook.com/docs/opengraph. 
  25. ^ "Alexa Top 500 Global Sites". http://www.alexa.com/topsites. 
  26. ^ ["http://news.cnet.com/8301-13577_3-20012839-36.html" "Google vs. Facebook: Drawing the battle lines"]. "http://news.cnet.com/8301-13577_3-20012839-36.html". 
  27. ^ Software Master Center. "ieKeyboard - International On-Screen Keyboard for Internet Explorer". http://www.softwaremastercenter.com/iekeyboard_20605-1_software.html. Retrieved 13 July 2011. 
  28. ^ "Facebook Markup Language - A "Reverse API"" (Press release). Mashery. 2007-05-26. http://oren.blogs.com/praxis/2007/05/facebook_markup.html. 
  29. ^ "FBJS". http://wiki.developers.facebook.com/index.php/FBJS. 
  30. ^ Nikolay Valtchanov. "Platform Updates: Operation Developer Love". http://developers.facebook.com/blog/post/479. Retrieved 16 May 2011. 
  31. ^ NY Times
  32. ^ insidefacebook.com
  33. ^ linski, Emil (2011-02-18). "Facebook adds and micro-formats to Events". ZDNet. http://www.zdnet.com/blog/facebook/facebook-adds-hcalendar-and-hcard-microformats-to-events/266. Retrieved 24 March 2011. 

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Facebook — www.facebook.com Motto „Facebook ermöglicht es dir, mit den Menschen in deinem Leben in Verbindung zu treten und Inhalte …   Deutsch Wikipedia

  • Facebook features — Facebook is a social networking website, founded in 2004. This is a list of features that can be found on the Facebook website, as well as technology features on the website. Contents 1 General 1.1 Chat 1.2 Credits 1.3 …   Wikipedia

  • Facebook.com — facebook URL www.facebook.com Kommerziell? Ja Beschreibung …   Deutsch Wikipedia

  • Facebook — This article is about the Web site. For the collection of photographs of people after which it is named, see Facebook (directory). Facebook, Inc …   Wikipedia

  • Facebook diplomacy — The term Facebook diplomacy was coined sometime in October 2008 in casual notes exchanged on Twitter, in connection to U.S. President Barack Obama s electoral political campaign s keen use of Facebook and other social network websites. The term… …   Wikipedia

  • Facebook — Содержание 1 Функции 2 Критика 2.1 Непредотвращение суицида …   Википедия

  • Facebook — ▪ American company  American company offering online social networking services. Facebook was founded as a social networking Web site in 2004 by Mark Zuckerberg, Dustin Moskovitz, and Chris Hughes, all of whom were students at Harvard University …   Universalium

  • Criticism of Facebook — Facebook s growth as an Internet social networking site has met criticism on a range of issues, including online privacy, child safety, and the inability to terminate accounts without first manually deleting the content. In 2008, many companies… …   Wikipedia

  • Facebook Credits — Virtual currency (currency used only on the internet) that can be used to buy goods in online games through the social networking platform, Facebook. Facebook credits can be purchased online using a credit card, PayPal account, mobile phone or… …   Investment dictionary

  • History of Facebook — See also: Timeline of Facebook This is a history of the social network service, Facebook. Contents 1 Facemash 2 thefacebook 3 Facebook 4 Financials …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”