Share custom url in iOS - ios

I implement custom Url say SomeURL:// into my app.
But if I shared this link to some website or email, say Twitter then user will not able to click on this link & open my app.
Twitter is show as following
How can I achieve this?
Help me
Thanks

Related

Facebook, twitter and mail share without UIActivityViewController on iOS

I want my app users to be able to share stuff on facebook, twitter and mail but I do not want to show the UIActivityViewController..
So I want to have seperate buttons for different share types (fb, twitter, mail) instead of just one share button, and show directly the share dialog.
Is there a way of doing this?
Thank you..
yes there are different way to do it.there is build in framework for it...
SLComposeViewController /// for facebook and twitter
and
MFMailComposeViewController /// for Email
check this link here for facebook and twitter
and for sharing with Email check here

Facebook Fan Page - is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK?

I want to share something on Facebook users page,
Which I have done using Graph API call using: "manage_pages" and "{page-id}/feed" using page access_token as parameter via POST Method
is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK ?
I have searched a lot but can't see any option which give me useful info for Facebook share dialogue
Any information regrading same task is most welcome...
Thanks in advance :)
Update:
I can see what Facebook App itself is providing like this:
In screenshot last two options are My Page Names:
1) Kiran Patel
2) My Library
So How can we provide this options programmatically?

How to open Facebook, Twitter, or email for share message or photo without using UIActivityViewController

I have custom buttons and when a button is clicked, it should open the Facebook, Twitter, or email for sharing a message or photo. It's just like to open the UIActivityViewController and click the Facebook, Twitter, or email. How I can do that without using UIActivityViewController. Thanks.
Facebook (here)
Twitter (here)
Email (here)
If you really need to share all 3 separately follow this links above. If you're a starter and have a limited time making your app, I suggest you use UIActivityViewController, just create a share button that opens UIActivityViewController
For Facebook message posting go here: http://www.geekylemon.com/xcode-facebook-posting
For Facebook image posting go here: http://www.geekylemon.com/xcode-facebook-image-posting
For Twitter posting go here: http://www.geekylemon.com/xcode-twitter
For Email go here: http://www.geekylemon.com/WEBPROTECT-xcodeinappemail.htm

What is the proper way to launch a twitter profile from iOS5?

Let's say I want the user to be able to view my Twitter account feed via a button in my app's credits view.
What's the proper way to do this?
I can load the URL easily enough to twitter.com but what if the user doesn't use the web version of twitter but the Twitter app or Tweetbot, etc.?
I failed to find anything obvious about a twitter:// protocol.
Thank you!

Sharing a link on Twitter

Hey all,
I would like to make possible to share links of my website on twitter with a click. I've already done this for facebook, just one click and the classic facebook window appears where you can also write what you're thinking while sharing the link.
Is it possible to do the same for Twitter? I've searched through the web but I could only find apps that go on your browser and not for a website. Moreover it would be better a simple code instead of an app, if it's possible.
Thanks
You mean this?
Twitter tweet button
Twitter Dev tweet button

Resources