views:

17

answers:

0

I'm working with the FaceBook integration available with Microsoft's AppFabric preview and get these claims:

http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier: --SomeNumberHere-- http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration: 2010-09-17T05:00:00Z http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress: [email protected] http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name: Chris Mankowski http://www.facebook.com/claims/SessionKey: 2.q-a-session-key-here-0633 http://www.facebook.com/claims/SessionSecret: --A-Session-Secret-Here http://schemas.microsoft.com/accesscontrolservice/2010/07/claims/identityprovider: Facebook

Since I'm new to Facebook, I'm curious what the SessionKey and SessionSecret allow me to do. Can I do background updates while the user is not logged in? Can I request additional information?

How difficult is it to integrate with graph API?

related questions