Re: A proposal involving my original reason for commenting on httpRange-14

On 4/3/12 10:35 AM, David Booth wrote:
> On Tue, 2012-04-03 at 09:27 -0400, Ed Summers wrote:
>> On Tue, Apr 3, 2012 at 8:47 AM, Nathan<nathan@webr3.org>  wrote:
>>> What does http://graph.facebook.com/117527568273199 identify?
>> I think the first few paragraphs of
>> https://developers.facebook.com/docs/reference/api/ answer that
>> question pretty well.
> That page seems to be hidden behind a login wall.  Anyone care to post
> what it says?
>
 From Facebook:

Every object in the social graph has a unique ID. You can access the 
properties of an object by requesting https://graph.facebook.com/ID. For 
example, the official page for the Facebook Platform has id 19292868552, 
so you can fetch the object at https://graph.facebook.com/19292868552:

{
    "name": "Facebook Platform",
    "website": "http://developers.facebook.com",
    "username": "platform",
    "founded": "May 2007",
    "company_overview": "Facebook Platform enables anyone to build...",
    "mission": "To make the web more open and social.",
    "products": "Facebook Application Programming Interface (API)...",
    "likes": 449921,
    "id": 19292868552,
    "category": "Technology"
}
Alternatively, people and pages with usernames can be accessed using 
their username as an ID. Since "platform" is the username for the page 
above, https://graph.facebook.com/platform will return what you expect. 
All responses are JSON objects.

All objects in Facebook can be accessed in the same way:

Users: https://graph.facebook.com/btaylor (Bret Taylor)  -- 
higher-fidelity Linked Data URI: 
http://linkeddata.uriburner.com/about/id/https/graph.facebook.com/btaylor

Pages: https://graph.facebook.com/cocacola (Coca-Cola page)  -- 
higher-fidelity Linked Data URI: 
http://linkeddata.uriburner.com/about/id/entity/https/graph.facebook.com/cocacola  
(*confusion example too as an organization is deemed to be a page*)

Groups: https://graph.facebook.com/195466193802264 (Facebook Developers 
group) -- higher-fidelity Linked Data URI: 
http://linkeddata.uriburner.com/about/id/https/graph.facebook.com/195466193802264

etc...


-- 

Regards,

Kingsley Idehen 
Founder&  CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen

Received on Tuesday, 3 April 2012 14:49:34 UTC