views:

75

answers:

1

I'm trying to work with the JavaScript SDK and specifically the extended permissions to integrate into Facebook.

Is there a decent example / documentation out there for this? So far I have only found the basic example provided in the SDK's /examples folder.

http://developers.facebook.com/docs/authentication/javascript

The example shows how to "Connect" to FB with basic params, however, I can not seem to figure out how to utilize the "Extended params".

Any help is greatly appreciated.

+1  A: 

check this link: http://thinkdiff.net/facebook/graph-api-javascript-base-facebook-connect-tutorial/

D.J
That example is very good. Also the comment community is great on that site as well. It answered a question I had already :)
Jeff V