ShareKit for Facebook in iPhone application?

You weren't completely clear, so I'm not sure what your asking, but it sounds like you want to show a facebook login at launch. The way you do that is like this.

You weren't completely clear, so I'm not sure what your asking, but it sounds like you want to show a facebook login at launch. The way you do that is like this: First, #import "SHKFacebook. H" then in your button, put then in the viewDidLoad: SHKItem *item; this creates the sharekit item then: NSURL *url = NSURL URLWithString:@"itunes.apple.com/us/app/...?mt=8"; put the link to your app here.

This link is so if someone clicks on the Facebook post, they will be directed to the iTunes store to download your app. Then set the basic text for your post. This text is set by you.

The user Cannot change this text. (Obviously this is what I do, you can make this text anything you want) item = SHKItem URL:url title:NSString stringWithFormat:@"I'm playing someGame on my iPhone! My think you can beat it?", highScoreInt; Then set up the post like this: item = SHKItem URL:url title:@"Share Me!

"; finally show the item: SHKFacebook shareItem:item; I hope this helps.

What if the app hasn't been published yet. Any thoughts on how to put the link to the app in that case? Thanks.

– hanumanDev May 10 at 17:35 Well, do you have a developers account with apple? IF so, you could like to your account on the store. Basically it links to all the apps you have available.

Then just in your next update change the link – Andrew May 10 at 18:41 thanks. That's actually what I just did. A link to the dev.

Account and i'll do as you recommend and update once the app has been approved. – hanumanDev May 10 at 19:05 Glad it worked for you – Andrew May 10 at 19:09 Since this answer helped you, would you mind checking the green arrow next to my answer – Andrew May 107 at 7:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions