Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Integration in iOS 5.0
    primarykey
    data
    text
    <p>I have developed an iPhone Application in Xcode 4.2.1 (iOS5) with ARC(Automatic Reference Counting)... I have integrated Facebook by creating staticLibrary with new Facebook iOS SDK (downloaded from this link <a href="https://github.com/facebook/facebook-ios-sdk" rel="nofollow noreferrer">https://github.com/facebook/facebook-ios-sdk</a>)... To integrate Facebook i had written the code in the tutorial <a href="https://developers.facebook.com/docs/mobile/ios/build/" rel="nofollow noreferrer">https://developers.facebook.com/docs/mobile/ios/build/</a>... </p> <p>When i follow above link the complete Facebook is integrating into my application... But i want to write code(just by deleting the code in the above tutorial) to allow the user to login and post a wall and logout(login button, A Label/prompt to write wall , share button, logout button), when user click share i want to send an attachment(which can't be edited by the user) with that wall... i.e; My application should work as the Sample project in the tutorial <a href="http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app" rel="nofollow noreferrer">http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app</a>... </p> <p>I want code to write in my ViewController.m file for the new sdk in the first link/ the sdk used in that tutorial(both r same)... If i follow raywenderlich tutorial completely i'm getting the error like..</p> <p><img src="https://i.stack.imgur.com/Phhz3.png" alt="enter image description here"></p> <p>Then What i have to do now to get the output like the project by raywenderlich (o/p: posting a wall with an attachment) with New iOS SDK... Please help me... </p> <p>Thank u...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload