Facebook Platform

From Wikipedia, the free encyclopedia
(Redirected from Facebook connect)

The Facebook Platform is the set of services, tools, and products provided by the social networking service Facebook for third-party developers to create their own applications and services that access data in Facebook.[1]

The current Facebook Platform was launched in .[2] The platform offers a set of programming interfaces and tools which enable developers to integrate with the open "social graph" of personal relations and other things like songs, places, and Facebook pages. Applications on facebook.com, external websites, and devices are all allowed to access the graph.

History[edit]

Facebook launched the Facebook Platform on , providing a framework for software developers to create applications that interact with core Facebook features.[1][2] A markup language called Facebook Markup Language was introduced simultaneously; it is used to customize the "look and feel" of applications that developers create. Prior to the Facebook platform, Facebook had built many applications themselves within the Facebook website, including Gifts, allowing users to send virtual gifts to each other, Marketplace, allowing users to post free classified ads, Facebook events, giving users a method of informing their friends about upcoming events, Video, letting users share homemade videos with one another,[3][4] and social network game, where users can use their connections to friends to help them advance in games they are playing. The Facebook Platform made it possible for outside partners to build similar applications.[1][2] Many of the popular early social network games would combine capabilities. For instance, one of the early games to reach the top application spot, (Lil) Green Patch, combined virtual Gifts with Event notifications to friends and contributions to charities through Causes.

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

On , 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.[6] Tech blog Valleywag has criticized Facebook Applications, labeling them a "cornucopia of uselessness."[7] Others have called for limiting third-party applications so the Facebook user experience is not degraded.[8][9]

Applications that have been created on the Platform include chess, which both allow users to play games with their friends.[10] 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.[11]

By , seven thousand applications had been developed on the Facebook Platform, with another hundred created every day.[12] By the second annual f8 developers conference on , the number of applications had grown to 33,000,[13] and the number of registered developers had exceeded 400,000.[14]

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.[15]

Facebook integration was announced for the Xbox 360 and Nintendo DSi on at E3.[16] On , 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.[17] On , Facebook announced the release of HipHop for PHP as an opensource project.[18] Mark Zuckerberg said that his team from Facebook is developing a Facebook search engine.[19] “Facebook is pretty well placed to respond to people’s questions. At some point, we will. We have a team that is working on it", said Mark Zuckerberg. For him, the traditional search engines return too many results that do not necessarily respond to questions. “The search engines really need to evolve a set of answers: 'I have a specific question, answer this question for me.'"

On , Facebook announced Haxl, a Haskell library that simplified the access to remote data, such as databases or web-based services.[20]

Partnerships with device manufacturers[edit]

Starting in 2007, Facebook formed data sharing partnerships with at least 60 handset manufacturers, including Apple, Amazon, BlackBerry, Microsoft and Samsung.[21] Those manufacturers were provided with Facebook user data without the users' consent.[21] Most of the partnerships remained in place as of 2018, when the partnerships were first publicly reported.[21]

High-level Platform components[edit]

Graph API[edit]

The Graph API is the core of Facebook Platform, enabling developers to read from and write data into Facebook. 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).[22]

Authentication[edit]

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.[23]

Facebook Connect[edit]

Facebook Connect,[24] also called Log in with Facebook, like OpenID, is a set of authentication APIs from Facebook that developers can use to help their users connect and share with such users' Facebook friends (on and off Facebook) and increase engagement for their website or application. When so used, Facebook members can log on to third-party websites, applications, mobile devices and gaming systems with their Facebook identity and, while logged in, can connect with friends via these media and post information and updates to their Facebook profile.

Originally unveiled during Facebook’s developer conference, F8, in , Log in with Facebook became generally available in . 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."[25]

Log in with Facebook cannot be used by users in locations that cannot access Facebook, even if the third-party site is otherwise accessible from that location.[26]

According to Facebook, users who logged into The Huffington Post with Facebook spent more time on the site than the average user.[27]

Social plugins[edit]

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 designed so that no user data is shared with the sites on which they appear.[28] On the other hand, the social plugins let Facebook track its users’ browsing habits through any sites that feature the plugins.

Open Graph protocol[edit]

Open Graph protocol logo

The Open Graph protocol enables developers to integrate their pages into Facebook's global mapping/tracking tool Social Graph. These pages gain the functionality of other graph objects including profile links and stream updates for connected users.[29] OpenGraph tags in HTML5 might look like this:

<meta property="og:title" content="Example title of article">
<meta property="og:site_name" content="example.com website">
<meta property="og:type" content="article">
<meta property="og:url" content="http://example.com/example-title-of-article">
<meta property="og:image" content="http://example.com/article_thumbnail.jpg">
<meta property="og:image" content="http://example.com/website_logo.png">
<meta property="og:description" content="This example article is an example of OpenGraph protocol.">

iframes[edit]

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.

Facebook originally 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.[30] 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.[31]

Facebook stopped accepting new FBML applications on ,[32] but continued to support existing FBML tabs and applications. Since FBML was no longer supported, and FBML no longer functioned as of .[citation needed]

Microformats[edit]

In , 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]

Mobile platform[edit]

The UI framework for the mobile website is based on Xhp, the Javelin Javascript library, and WURFL.[34] The mobile platform has grown dramatically in popularity since its launch. In , the number of users signing into the site from mobile devices exceeded web-based logins for the first time.[35]

Reception[edit]

Many Facebook application developers have attempted to create viral applications. Stanford University even offered a class in the Fall of , 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.[36]

In 2011, The Guardian expressed concerns that users publishing content through a third party provider are exposed to losing their web positioning if their service is removed; and the open graph could force connecting web presence to Facebook social services even for people using their own publishing channels.[37] In June 2018, The New York Times criticized Facebook's partnerships with device manufacturers, writing that the data available to these manufacturers "raise concerns about the company's privacy protections and compliance with a 2011 consent decree with the Federal Trade Commission."[21]

See also[edit]

References[edit]

  1. ^ a b c Kirkpatrick, David (May 29, 2007). "Facebook's plan to hook up the world". CNN. Archived from the original on February 26, 2008. Retrieved March 5, 2008.
  2. ^ a b c "How To: Get Started with the Open Graph". Facebook. September 23, 2011.
  3. ^ George-Cosh, David (July 5, 2007). "Facebook users embracing the Marketplace". The Globe and Mail. Toronto. Retrieved May 3, 2008.
  4. ^ Schwankert, Steven (May 25, 2007). "Facebook Launches Video System". PC World. Retrieved May 3, 2008.
  5. ^ "Altura Ventures news". Altura Ventures. July 4, 2007. Retrieved September 3, 2007.
  6. ^ Morin, Dave (August 29, 2007). "A shift to engagement". Facebook. Retrieved August 31, 2007.
  7. ^ "Can a Facebook app possibly be useful?". Valleywag.com. September 26, 2005. Archived from the original on December 3, 2013. Retrieved October 16, 2007.
  8. ^ Timmons, Zack (December 3, 2007). "Useless applications plague Facebook". The Lantern. Archived from the original on March 9, 2008. Retrieved March 5, 2008.
  9. ^ Lee, Tim (November 30, 2007). "Irritating Your Customers Is Almost Never A Good Business Strategy". Retrieved March 5, 2008.
  10. ^ "Chess". Facebook. Retrieved March 15, 2008.
  11. ^ Kim, Ryan (November 20, 2007). "Mountain View startup Meebo aims to revolutionize instant messaging". San Francisco Chronicle. Retrieved March 15, 2008.
  12. ^ Rampell, Catherine (November 3, 2007). "Widgets Become Coins of the Social Realm". The Washington Post. p. D01. Retrieved May 7, 2008.
  13. ^ Ustinova, Anastasia (July 23, 2008). "Developers compete at Facebook conference". San Francisco Chronicle. Retrieved August 14, 2008.
  14. ^ "Facebook Expands Power of Platform Across the Web and Around the World". Facebook. July 23, 2008. Retrieved August 14, 2008.
  15. ^ "Facebook cracks down on developer spam". The Washington Post. Retrieved March 15, 2008.
  16. ^ "Microsoft E3 Announcement". Neelscompany.com. February 8, 2015. Archived from the original on February 8, 2015.
  17. ^ "Sony to Offer Richer Online Social Experience to PS3 Owners With Facebook Integration". ign.com. November 18, 2009. Retrieved May 6, 2010.
  18. ^ Kincaid, Jason. "Live From Facebook's HipHop Technology Tasting". techcrunch.com. © 2010 TechCrunch. Retrieved July 6, 2010.
  19. ^ Facebook is developing its own Search Engine Archived October 11, 2012, at the Wayback Machine. Search for technology (2012-09-17). Retrieved on 2013-07-24.
  20. ^ "Open-sourcing Haxl, a library for Haskell". Facebook Code. Retrieved June 10, 2014.
  21. ^ a b c d Dance, Gabriel J.X.; Confessore, Nicholas; LaForgia, Michael (June 3, 2018). "Facebook Gave Device Makers Deep Access to Data on Users and Friends". The New York Times. Retrieved August 13, 2018.
  22. ^ "Graph API - Documentation". Facebook for Developers.
  23. ^ "Facebook Login - Documentation". Facebook for Developers.
  24. ^ "Announcing Facebook Connect". Facebook.com. May 9, 2008. Retrieved May 23, 2014.
  25. ^ Stone, Brad (November 30, 2008). "Facebook Aims to Extend Its Reach Across the Web". The New York Times.
  26. ^ Chester, Ken (August 12, 2013). "Censorship, external authentication, and other social media lessons from China's Great Firewall". Tech in Asia. Retrieved June 4, 2015.
  27. ^ Danny Sullivan (May 22, 2011). "By The Numbers: How Facebook Says Likes & Social Plugins Help Websites". Search Engine Land.
  28. ^ "Social Plugins". Archived from the original on June 21, 2010.
  29. ^ "Open Graph Stories - Sharing - Documentation". Facebook for Developers.
  30. ^ "Facebook Markup Language - A "Reverse API"" (Press release). Mashery. May 26, 2007.
  31. ^ "FBJS". Archived from the original on December 23, 2009.
  32. ^ Nikolay Valtchanov. "Platform Updates: Operation Developer Love". Retrieved May 16, 2011.
  33. ^ linski, Emil (February 18, 2011). "Facebook adds and micro-formats to Events". ZDNet. Retrieved March 24, 2011.
  34. ^ Ali, Khurram (May 21, 2011). "Facebook Mobile Website – Transition – Issues". techprolonged.com. Retrieved December 29, 2011. Facebook has mention in the note that the new website is powered by a UI framework based on XHP, Javelin and WURFL.
  35. ^ Olanoff, Drew (January 30, 2013). "For The First Time, Facebook's 680M Mobile MAUs Surpassed Desktop DAUs — Zuck Says It's Now A "Mobile Company"". Techcrunch. Retrieved May 28, 2014.
  36. ^ Kamil Dada (November 30, 2007). "Kamil Dada from Stanford University explains the success of Facebook applications developed in a class at Stanford University". Archived from the original on June 9, 2008. Retrieved December 15, 2007.
  37. ^ Adrian Short (September 27, 2011). "Why Facebook's new Open Graph makes us all part of the web underclass". The Guardian. London.

External links[edit]