Integrate login with facebook with cocoa app osx - objective-c

I have searched it for so long but can't find any proper source of it facebook didn't provide any sdk for it. Do anyone know about how to integrate it with osx app?

you can use facebook sdk for cocoa
or
https://github.com/philippec/PhFacebook
I hope it is helpful to u

Related

cocoa app integrating with linked in cocoa app OSX mac (not iOS)

i need to integrate linked-in with cocoa app. send invitations to linked-in contact list from my app please help me in doing it. registered my app in linked-in developers got the app key secret key..etc
problem with how to use OAuth help me friends... i used this one https://github.com/nxtbgthng/OAuth2Client but not able to do help me friends. i am new to cocoa programming

How to share something on Google plus Via ios app

hi I wanna share something on Google + via my ios app. I could find the way for Facebook and Twitter. But couldnt find any tutorial for Google plus.
Can anybody provide me a better tutorial for this google plus sharing in ios 7
Thanks
See https://developers.google.com/+/mobile/ios/share/ for complete and official information for how to do this.

Confirmation app on iPhone URL Scheme

Hey developpers,
I need to ask a confirmation on the iPhone URL Scheme. Is the URL Scheme 'Tweetie' the Official Twitter application? I know in the website it said that there were Twitterriffic / Twitterriffic Premium, Twittelator Pro and Tweetie but for Tweetie, it's unsual to me the way it's said. It's like it's a built iPhone app (not the Official Twitter iPhone application), but after searching for Tweetie on the app store, it appears there is no such app called 'Tweetie', so I just need to know from someone if this is the Official Twitter app. So hope someone can help me out, thanks
Yep, that is the official Twitter app.

Launching Facebook and Twitter application from other iOS app

Hey guys,
I am still continuing to build my iPhone project and I am having trouble with launching the facebook application. First of all, I am assuming every SDK Xcode developer knows that the Facebook application doesn't have the facebook or twitter app in the simulation. Since I have a facebook page and a twitter account about my company, I can't seem to test to launch my facebook page from the facebook application or my twitter page from the twitter application because they are not there in the iOS Simulator. So I was wondering how can I open my facebook and twitter page from the facebook and twitter application if they are not there? I don't want to use a Facebook or Twitter URL, then load it into a UIWebView, I want to open the Facebook and Twitter application to launch after the click of a button in my project, then the project will close and open either Facebook or Twitter application (the ones from the app store), so hopefully someone know how they can help me step by step or if they have a code that knows how to run the facebook or twitter application and sorry if my english is not clear enough, but hopefully you can help me or have a better solution to help solve my problem, thanks
I believe the facebook app listens to URI's like fb://, so I would suggest googling around for that.
Look here for example: http://wiki.akosma.com/IPhone_URL_Schemes#Facebook

Is there any sample code to integrate Facebook chat into our own iphone application?

Is there any sample code to integrate Facebook chat into my own iphone application.
Anyone's help will be deeply appreciated,
Thanks to all,
Madan.
Have a look at the cocoa framework xmppframework which has instructions on how to implement facebook chat here
Failing that there is the Pidgin Facebook Chat plugin, which is written in C. You should be able to write a wrapper for the plugin to make using your own methods fairly easily. Also it seems to have been updated fairly recently (2 months ago), so should be in a working state.
Also read through the Facebook chat docs.