How to connect Cocoa OSX app using facebook?

I know that you can connect your iOS application with facebook using facebook connect, a library provided by facebook to get easy access to facebook services. Can someone explain to me how I can connect Cocoa OSX app with facebook? I don’t understand, and all I can find is to create applications inside facebook, but I want to access facebook in order to show the new facebook of my friends in my application.

Is there a library or a documented way to do this?

Thank you very much

twickl

+4
source share
1 answer

I think there is no library for OSX applications (at least not official). You can always use the Graph API to grab content from Facebook.

If you decide to go this route, I think you will need a script to get the access token and access the content inside your friends profiles.

+2
source

Source: https://habr.com/ru/post/1339458/


All Articles