Sharing a text to Evernote in iphone sdks - iphone

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.

Related

GData.xcodepro for google search API

I am new iPhone developer and I am trying to create an iphone application. I need Gdata for that application. I find GData.xcodeproj but I cant download it. I get this code on this link :- http://code.google.com/p/gdata-objectivec-client/source/browse/#svn%2Ftrunk%2FSource%2FGData.xcodeproj can anybody help me..??

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?

Native iOS Rss Feed reader opening full story in safari

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.

EverNote Api for iphone

Hi I am using Evernote Api for iphone. I downloaded Api from developers site of evernote. But I dont know how to use it...Any one know about this or have any links or examples to understand this?
Adding iOS sample code is a top priority. In the meantime, please have a look at http://digitalpericope.net/?p=27, which might help you get started.

facebook integration problem in iPhone app

HI..
i want to implement facebook in my iphone game .. i want when game is over there is a facebook connect button .. using which a player can share his score on his wall in facebook .. i have follow the way which is describe in this video { http://vimeo.com/3616452
}
but i am getting session not declare error ..
so please help out
This video is rather old. They use old facebook-iphone-sdk that is still working but Facebook recommend using new iOS SDK https://github.com/facebook/facebook-ios-sdk
It's a lot easier now. You can find sample project there and adopt it to you app.
I think you getting "session not declare" error because you didn't include facebook sdk header files in your project or Xcode couldn't find it if you SDK placed in another directory.
If you show us some code and better describe your problem it will be much easier to help you.