Adding block callbacks to the Facebook iOS SDK

July 19th, 2011 Posted by: - posted under:Tutorials - 7 Comments

If you are like me and love using blocks over delegates, then these code snippets will come in handy. After learning about blocks I have come to love to use them, especially using them for callbacks rather than using the old protocol/delegate methodology. These code snippets will allow you to use blocks as callbacks over delegates.
In a previous post Facebook SDK – Posting to User News Feed I showed how to post various types of status’s to the …

READ MORE

Facebook SDK – Posting to User News Feed

March 28th, 2011 Posted by: - posted under:Tutorials - 72 Comments
What the Posts will look like!

Hello, I’m () and I recently finished working on . Many applications use Facebook for posting content from their respective applications, there could be infinite items that a developer would like to post to users feeds whilst using their applications but today we will be focusing on posting a link to a users feed.
In order to get started using the Facebook SDK & API’s you will need to download the latest copy …

READ MORE