Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Facebook Platform

From Wikipedia, the free encyclopedia
(Redirected fromOpen Graph)
Application platform accessing Facebook's social network
"Facebook app" redirects here. For Facebook itself, seeFacebook.

TheFacebook Platform is the set of services, tools, and products provided by thesocial networking serviceFacebook forthird-party developers to create their ownapplications and services that access data in Facebook.[1]

The current Facebook Platform was launched in.[2] The platform offers a set ofprogramming 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 aframework forsoftware developers to createapplications that interact with coreFacebook features.[1][2] Amarkup 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] andsocial 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 severalblogs 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 blogValleywag has criticized Facebook Applications, labeling them a "cornucopia of uselessness."[7] Others have called for limiting third-party applications so the Facebookuser experience is not degraded.[8][9]

Applications that have been created on the Platform includechess, 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 thesecond 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 "applicationspam", which involves Facebook applications "spamming" users to request it be installed.[15]

Facebook integration was announced for theXbox 360 andNintendo 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 ofHipHop 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 formeddata sharing partnerships with at least 60 handset manufacturers, includingApple,Amazon,BlackBerry,Microsoft andSamsung.[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]

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

Authentication

[edit]
See also:OAuth

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

[edit]

Facebook Connect,[25] also called Log in with Facebook, likeOpenID, is a set of authenticationAPIs 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 intoThe Huffington Post with Facebook spent more time on the site than the average user.[28]

Social plugins

[edit]

Social plugins – including theLike 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

[edit]
Open Graph protocol logo

The Open Graph protocol enables developers to integrate their pages into Facebook's global mapping/tracking toolSocial Graph. These pages gain the functionality of other graph objects including profile links and stream updates for connected users.[30] OpenGraph tags inHTML5 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

[edit]

Facebook usesiframes 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 allowFacebook Applicationdevelopers to customize the "look and feel" of theirapplications, to a limited extent. FBML is aspecification of how to encode content so that Facebook'sservers 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

[edit]

In, Facebook began to use thehCalendar microformat to mark up events, and thehCard for the events' venues, enabling the extraction of details to users' own calendar or mapping applications.[34]

Mobile platform

[edit]

The UI framework for themobile website is based onXhp, the Javelin Javascript library, andWURFL.[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

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

Facebook Platform is relatively unknown to the general public, with no notable occurrences relating to it, as the privacy policy and terms and conditions are regularly updated.[39]

See also

[edit]

References

[edit]
  1. ^abcKirkpatrick, David (May 29, 2007)."Facebook's plan to hook up the world". CNN. Archived fromthe original on February 26, 2008. RetrievedMarch 5, 2008.
  2. ^abc"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. RetrievedMay 3, 2008.
  4. ^Schwankert, Steven (May 25, 2007)."Facebook Launches Video System".PC World. Archived fromthe original on March 23, 2009. RetrievedMay 3, 2008.
  5. ^"Altura Ventures news". Altura Ventures. July 4, 2007. RetrievedSeptember 3, 2007.
  6. ^Morin, Dave (August 29, 2007)."A shift to engagement". Facebook. RetrievedAugust 31, 2007.
  7. ^"Can a Facebook app possibly be useful?". Valleywag.com. September 26, 2005. Archived fromthe original on December 3, 2013. RetrievedOctober 16, 2007.
  8. ^Timmons, Zack (December 3, 2007)."Useless applications plague Facebook". The Lantern. Archived fromthe original on March 9, 2008. RetrievedMarch 5, 2008.
  9. ^Lee, Tim (November 30, 2007)."Irritating Your Customers Is Almost Never A Good Business Strategy". RetrievedMarch 5, 2008.
  10. ^"Chess". Facebook. RetrievedMarch 15, 2008.
  11. ^Kim, Ryan (November 20, 2007)."Mountain View startup Meebo aims to revolutionize instant messaging".San Francisco Chronicle. RetrievedMarch 15, 2008.
  12. ^Rampell, Catherine (November 3, 2007)."Widgets Become Coins of the Social Realm".The Washington Post. p. D01. RetrievedMay 7, 2008.
  13. ^Ustinova, Anastasia (July 23, 2008)."Developers compete at Facebook conference".San Francisco Chronicle. RetrievedAugust 14, 2008.
  14. ^"Facebook Expands Power of Platform Across the Web and Around the World". Facebook. July 23, 2008. RetrievedAugust 14, 2008.
  15. ^"Facebook cracks down on developer spam".The Washington Post. RetrievedMarch 15, 2008.
  16. ^"Microsoft E3 Announcement". Neelscompany.com. February 8, 2015. Archived fromthe original on February 8, 2015.
  17. ^"Sony to Offer Richer Online Social Experience to PS3 Owners With Facebook Integration". ign.com. November 18, 2009. RetrievedMay 6, 2010.
  18. ^Kincaid, Jason (February 3, 2010)."Live From Facebook's HipHop Technology Tasting".techcrunch.com. © 2010 TechCrunch. RetrievedJuly 6, 2010.
  19. ^Facebook is developing its own Search EngineArchived October 11, 2012, at theWayback Machine. Search for technology (2012-09-17). Retrieved on 2013-07-24.
  20. ^"Open-sourcing Haxl, a library for Haskell".Facebook Code. RetrievedJune 10, 2014.
  21. ^abcdDance, 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. RetrievedAugust 13, 2018.
  22. ^"Graph API - Documentation".Facebook for Developers.
  23. ^"Facebook Is Shutting Down Its API For Giving Your Friends' Data To Apps".TechCrunch. RetrievedApril 30, 2015.
  24. ^"Facebook Login - Documentation".Facebook for Developers.
  25. ^"Announcing Facebook Connect". Facebook.com. May 9, 2008. RetrievedMay 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. RetrievedJune 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 fromthe 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 fromthe original on December 23, 2009.
  33. ^Nikolay Valtchanov."Platform Updates: Operation Developer Love". RetrievedMay 16, 2011.
  34. ^linski, Emil (February 18, 2011)."Facebook adds and micro-formats to Events". ZDNet. Archived fromthe original on February 19, 2011. RetrievedMarch 24, 2011.
  35. ^Ali, Khurram (May 21, 2011)."Facebook Mobile Website – Transition – Issues". techprolonged.com. RetrievedDecember 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. RetrievedMay 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 fromthe original on June 9, 2008. RetrievedDecember 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.
  39. ^"Your Request Couldn't be Processed".Meta for Developers. RetrievedJuly 27, 2024.

External links

[edit]
Products
and services
Facebook
Instagram
Hardware
Other
Former
People
Founders
Board
Current
Former
Executive
officers
Current
Former
Oversight
Board
Members
Board of
Trustees
Former
members
Notable
employees
Current
Former
Open source
Mass media
Concepts
Business
Lists
Related
Personal
Professional
Defunct
Services
Tools
Concepts
Applications
User interface
Implications
Protocols
Background
Sub-topics
Applications
Related topics
Standards
Syntax and supporting technologies
Schemas, ontologies and rules
Semantic annotation
Common vocabularies
Microformat vocabularies
Retrieved from "https://en.wikipedia.org/w/index.php?title=Facebook_Platform&oldid=1275124381#Open_Graph_protocol"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp