Facebook Platform

Last updated

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]

Contents

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

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

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

Graph API

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]

On April 30, 2015, Facebook shut down friends' data API prior to the v2.0 release. [23]

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

Facebook Connect

Facebook Connect, [25] 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." [26]

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

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

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

Open Graph protocol

Open Graph protocol logo Open Graph protocol logo.png
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. [30] OpenGraph tags in HTML5 might look like this:

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

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.

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. [31] 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. [32]

Facebook stopped accepting new FBML applications on , [33] 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

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

Mobile platform

The UI framework for the mobile website is based on Xhp, the Javelin Javascript library, and WURFL. [35] 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. [36]

Reception

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

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

Related Research Articles

Cross-site scripting (XSS) is a type of security vulnerability that can be found in some web applications. XSS attacks enable attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy. During the second half of 2007, XSSed documented 11,253 site-specific cross-site vulnerabilities, compared to 2,134 "traditional" vulnerabilities documented by Symantec. XSS effects vary in range from petty nuisance to significant security risk, depending on the sensitivity of the data handled by the vulnerable site and the nature of any security mitigation implemented by the site's owner network.

TWiki is a Perl-based structured wiki application, typically used to run a collaboration platform, knowledge or document management system, a knowledge base, or team portal. Users can create wiki pages using the TWiki Markup Language, and developers can extend wiki application functionality with plugins.

Web development is the work involved in developing a website for the Internet or an intranet. Web development can range from developing a simple single static page of plain text to complex web applications, electronic businesses, and social network services. A more comprehensive list of tasks to which Web development commonly refers, may include Web engineering, Web design, Web content development, client liaison, client-side/server-side scripting, Web server and network security configuration, and e-commerce development.

The social web is a set of social relations that link people through the World Wide Web. The social web encompasses how websites and software are designed and developed in order to support and foster social interaction. These online social interactions form the basis of much online activity including online shopping, education, gaming and social networking services. The social aspect of Web 2.0 communication has been to facilitate interaction between people with similar tastes. These tastes vary depending on who the target audience is, and what they are looking for. For individuals working in the public relation department, the job is consistently changing and the impact is coming from the social web. The influence held by the social network is large and ever changing.

The following tables compare general and technical information for many wiki software packages.

<span class="mw-page-title-main">Microsoft Silverlight</span> Application framework for writing and running rich Internet applications

Microsoft Silverlight is a discontinued application framework designed for writing and running rich internet applications, similar to Adobe's runtime, Adobe Flash. While early versions of Silverlight focused on streaming media, later versions supported multimedia, graphics, and animation, and gave support to developers for CLI languages and development tools. Silverlight was one of the two application development platforms for Windows Phone, but web pages using Silverlight did not run on the Windows Phone or Windows Mobile versions of Internet Explorer, as there was no Silverlight plugin for Internet Explorer on those platforms.

<span class="mw-page-title-main">Geosocial networking</span> Social network with geographic features

Geosocial networking is a type of social networking in which geographic services and capabilities such as geocoding and geotagging are used to enable additional social dynamics. User-submitted location data or geolocation techniques can allow social networks to connect and coordinate users with local people or events that match their interests. Geolocation on web-based social network services can be IP-based or use hotspot trilateration. For mobile social networks, texted location information or mobile phone tracking can enable location-based services to enrich social networking.

<span class="mw-page-title-main">OpenSocial</span> Public specification aimed at social networking applications

OpenSocial is a public specification that outlines a set of common application programming interfaces (APIs) for web applications. Initially designed for social network applications, it was developed collaboratively by Google, MySpace and other social networks. It has since evolved into a runtime environment that allows third-party components, regardless of their trust level, to operate within an existing web application.

<span class="mw-page-title-main">Social graph</span> Graph Theory

The social graph is a graph that represents social relations between entities. In short, it is a model or representation of a social network, where the word graph has been taken from graph theory. The social graph has been referred to as "the global mapping of everybody and how they're related".

Social network aggregation is the process of collecting content from multiple social network services into a unified presentation. Examples of social network aggregators include Hootsuite or FriendFeed, which may pull together information into a single location or help a user consolidate multiple social networking profiles into a single profile.

Google Friend Connect was a free social networking site, active from 2008 to 2012. Similar to Facebook Platform and MySpaceID, it allowed users to build a profile to share and update information through messaging, photographs and video content via third-party sites which acted as a host for profile sharing and social exchanges.

A software widget is a relatively simple and easy-to-use software application or component made for one or more different software platforms.

Wadja solves the problem of conversation relevance by giving users a way to label social activity, and curate that activity into meaningful conversations. Wadja is based in Cyprus and had its BETA launch in August 2006. As of December 2009, Wadja had over 5,000,000 registered users.

<span class="mw-page-title-main">Facebook F8</span> Mostly-annual conference held by Facebook, intended for developers and entrepreneurs

Facebook F8 is a mostly-annual conference held by Meta Platforms since 2007, intended for developers and entrepreneurs who build products and services around the website. The event has generally started with a keynote speech by Facebook founder Mark Zuckerberg, followed by various breakout sessions concentrating on specific topics. Facebook has often introduced new features and made new announcements at the conference.

HTML5 Audio is a subject of the HTML5 specification, incorporating audio input, playback, and synthesis, as well as in the browser. iOS

Google Chrome Experiments Online showroom of web browser based experiments

Google Chrome Experiments is an online showroom of web browser based experiments, interactive programs, and artistic projects. Launched on March 1, 2009, Google Chrome Experiments is an official Google website that was originally meant to test the limits of JavaScript and the Google Chrome browser's performance and abilities. As the project progressed, it took the role of showcasing and experimenting latest open-source web-based technologies, such as JavaScript, HTML5, WebGL, Canvas, SVG, CSS, and some others. All the projects on Chrome experiments are user submitted and are made using open source technologies. As of February 24, 2015, there were 1,000 different Chrome projects posted on the website.

<span class="mw-page-title-main">Facebook Graph Search</span> Semantic search engine by Facebook

Facebook Graph Search was a semantic search engine that Facebook introduced in March 2013. It was designed to give answers to user natural language queries rather than a list of links. The name refers to the social graph nature of Facebook, which maps the relationships among users. The Graph Search feature combined the big data acquired from its over one billion users and external data into a search engine providing user-specific search results. In a presentation headed by Facebook CEO Mark Zuckerberg, it was announced that the Graph Search algorithm finds information from within a user's network of friends. Microsoft's Bing search engine provided additional results. In July it was made available to all users using the U.S. English version of Facebook. After being made less publicly visible starting December 2014, the original Graph Search was almost entirely deprecated in June 2019.

<span class="mw-page-title-main">Netlify</span> American cloud computing company

Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites. The platform is built on open web standards, making it possible to integrate build tools, web frameworks, APIs, and various web technologies into a unified developer workflow.

References

  1. 1 2 3 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. 1 2 3 "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 . Archived from the original on March 23, 2009. 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. 1 2 3 4 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 Is Shutting Down Its API For Giving Your Friends' Data To Apps". TechCrunch . Retrieved April 30, 2015.
  24. "Facebook Login - Documentation". Facebook for Developers.
  25. "Announcing Facebook Connect". Facebook.com. May 9, 2008. Retrieved May 23, 2014.
  26. Stone, Brad (November 30, 2008). "Facebook Aims to Extend Its Reach Across the Web". The New York Times.
  27. 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.
  28. Danny Sullivan (May 22, 2011). "By The Numbers: How Facebook Says Likes & Social Plugins Help Websites". Search Engine Land.
  29. "Social Plugins". Archived from the original on June 21, 2010.
  30. "Open Graph Stories - Sharing - Documentation". Facebook for Developers.
  31. "Facebook Markup Language - A "Reverse API"" (Press release). Mashery. May 26, 2007.
  32. "FBJS". Archived from the original on December 23, 2009.
  33. Nikolay Valtchanov. "Platform Updates: Operation Developer Love" . Retrieved May 16, 2011.
  34. linski, Emil (February 18, 2011). "Facebook adds and micro-formats to Events". ZDNet. Retrieved March 24, 2011.
  35. 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.
  36. 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.
  37. 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.
  38. Adrian Short (September 27, 2011). "Why Facebook's new Open Graph makes us all part of the web underclass". The Guardian. London.