How do I connect my OSX Cocoa Application with facebook?
I know that you can connect an iOS App with facebook using facebook connect, a library provided by facebook to get easy access to the facebook services. Can someone explain me how I can connect a OSX Cocoa Application with facebook? I don't ge开发者_如何学Ct it and all I can find is how to create Apps inside facebook but what I want is to access facebook to show new from my facebook friends in my application.
Is there a library or a documented way on how to do this?
Thank you very much
twickl
I think there isn't a library for OSX apps (at least, not an official one). You can always use the Graph API to grab content from Facebook.
If you decide to go this way, I think that you will need some script in order to get an access token and have access to content inside your friends profiles.
精彩评论