Native iOS Rss Feed reader opening full story in safari - iphone

I have an iPhone app that uses a native Rss feed reader, and i wanted to make a button on it that would take you out of the app and bring you to the full story in safari, but i dont know how to code it. I used a tutorial to make the rss reader: cocoadevblog.com/iphone-tutorial-creating-a-rss-feed-reader . All of the code that I am using is from that tutorial, except for the part about the podcast.
If someone could help me with this it would be greatly appreciated.
Thanks!
Sam

You can use the openURL method to open a URL in Safari.

Related

How to integrate the Flickr Api in ios

I want to integrate the flickr api to upload the image through my iphone application to flickr site.
I had downloaded the code snap&Runfrom github. i had integrated the same code in my code.But it is showing me the error while navigating back to the application from safari browser.
The error is :-Cannot open page
Safari cannot open the page because the address is invalid.
Please help me.
please refer this link https://github.com/lukhnos/objectiveflickr of the well known ObjectiveFlickr repository. I think it's much lighter and simpler:
it relies on AFNetworking, which is the industry standard
it has only 4 classes and a good tutorial
the coding style is more modern
https://github.com/lukhnos/objectiveflickr
this will help you !!

Google Plus sharing, like button from ios

I am new to iPhone apps development, I want share and like button on google plus for my application, searched in web, but i got many links were pointing to developer.google.com etc. from there i downloaded SDK, but am not able to write code for that.
Please give some example code.
Thanks in advance.
there is a post here, which describes what you plan to do...
How can I integrate Google Plus with iPhone sdk?

Sharing a text to Evernote in iphone sdks

How to share a Note or a text to evernote in iphone sdk?i downloaded the API along with the sample project from the EverNote website,but the sample application is not working,it crashes.
after some googling i get this link,but i didnt know how to implement this.but i just want to know how to share a text from a application to evernote.
Thanks in advance.
Do you means to send a text you get from a application as a new note to evernote? You can just use createNote:: function in evernote SDK on iOS. In evernote SDK, there have some sample code which is written by evernote employee to teach you how to use SDK.

Open links from non-native app in Safari app

We are creating a non-native iPhone app that will eventually go through the phonegap process. But what I'm trying to do right now is: We have links that open in Twitter and LinkedIn, but when clicking them they open right in the same app window. Is there any way to force the links to open in the actual Safari app. It looks like this is possible with Objective-C, but I don't see how to do it with HTML. Thanks!
http://solutions.michaelbrooks.ca/2011/02/15/open-external-links-in-safariapp/

How can I get safari Bookmarks on iPhone?

I'm now developing new app that needs to show mobileSafari Bookmarks list ...
I want to use common API,but there seems no apis...
I saw following URL and copy code to my app..
http://www.telesphoreo.org/pipermail/iphone-gcc/2009-February/000632.html
But,it doesn't show any of bookmarks list..
Any idea?
Please help me...
Thanks and regards...
Mobile Safari bookmarks are not accessible via the iOS SDK currently. Even if your example code worked, it would most likely be rejected by Apple. Sorry.