Any well written Facebook iOS SDK tutorial? - ios

I'm trying to integrate facebook graph into my app. I've tried to follow the official-creepy-nonexaustive documentation of facebook, but it doesn't work.
There are any well written tutorial out there?
Thanks

Facebook SDK – Posting to User News Feed
A recent, solid explanation of how to post to a user's feed, which should help get you there.

Related

Xamarin google login

I'm trying to log the user into google and get a UserCredential for the youtube Api. I've made many research but all the informations i've found are outdated or arn't working on xamarin. Can somebody send a link to an updated documentation whitch work on xamarin android, an exemple (like a github) or describe here how to do it.
Thanks for reading.

salesforce login in ios native App

I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.
what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.

Likes on official page on facebook in ios

I'm trying to search approach to get like on official page on facebook in my native iOS app.
I read many questions and answers and the resume is no method for this in iOS SDK, but I found that facebook can open access for this method in API.
Where can I send my request for?
I'm sorry if I'm asking in wrong place. I don't know where I can ask.

Facebook Comment integration iOS

Does anyone has already succeeded integrating facebook comments in iOS ?
I am making an app for a blog and I simply want to integrate facebook comment
I tried the UIWebView way, but it doesn't show anything in iOS 6. I tried a lot of thing to make it work, but I stopped when I saw that it doesn't show up in the web view of the twitter app.
I also tried to integrate the SDK, although it's impossible to publish comment (error from the api), I tried at least to retrieve all the comment attached to an URL, but as it's not possible to join table in FQL, I would have to,for each comment, retrieve informations about the user that has posted the comment... Silly !!
Am I the only one Facebook cursed ?
I have not been able to do this either so at least two of us are cursed. It would be great if facebook allowed you to use the facebook comment box to comment on facebook posts. I for one do not find working with the facebook API documentation very helpful.

How to post on Facebook wall through an iOS app?

In my application i try to integrate New FBconnect api using this tutorial ,but when i run this tutorial source code its give me following Errors.
Here is link of this Tutorial http://gabriel-tips.blogspot.com/2011/10/how-to-post-on-facebook-wall-through.html.
I request to all Who want to help me please check this tutorial before Answering me,bcz my work is related as done in this tutorial.so please guide me about this tutorial.Any help will be appriated.Thanx in advance.
Forget about older tutorials and random sample code found on the web. Facebook has an official sample project for you to use called HackBook. It includes several working examples that you can dissect. You should download this, read their instructions, and see exactly how to achieve Facebook functionality within your app.
There is a api called AddThis. You can use that api to share anything over hundreds of social networking sites including twitter and Facebook.
You will get the documents and api on this link.
http://www.addthis.com/

Resources