GData.xcodepro for google search API - iphone

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..??

Related

How to integrate Salesforce in iphone app?

can any one help me in integrating salesforce in my app.I have made account in sales force and also created the remote-acces key.Can anyone tell how to ad objects ,dashboards etc in the iPhone app.I also want to know how to access the data on salesforce .for e.g. i want to get all the custom objects in salesforce and also want to create custom objects from iPhone app.Can anyone guide me in this respect.Any help is appreciated.
There are many ways to do it. I advice you to read carefully and choose the best way to do it.
Here are some links to read about it:
Making Salesforce and PayPal Work Together
SDK Project
Good Documentation and code
Salesforce provides mobiles SDK for iPhone, Android & hybrid platforms.
This SDK has samples on how to start with. There are lot of documentations available.
Basically the SDK helps to authenticate with Salesforce using oAuth, communicating with the objects using RestKit.
Refer the following URLs to start with..
Download the mobile SDK from the following URL.
https://github.com/forcedotcom/SalesforceMobileSDK-iOS
There is a discussion forum
http://boards.developerforce.com/t5/Mobile/bd-p/mobile
API docs
http://forcedotcom.github.com/SalesforceMobileSDK-iOS/Documentation/SalesforceSDK/index.html
Ref:
http://wiki.developerforce.com/page/Mobile_SDK

dropbox integration iphone

I am Beginner in iPhone. I wants Integrate Dropbox Api in my App for upload a .pdf file and image. But after long googling in not find any good tutorial for it.
Please provide me any tutorial links. or any example link where i can get information about how to integrate dropbox and upload file.
Many Thanks
Requirements:
You need the 4.0 version of the iPhone SDK. The version of your XCode should
be at least 3.2.3.
You need to have registered as a Dropbox application with mobile access. You should have a consumer key and secret.
You need to download the dropbox sdk
Refer to this link for more details and example.

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.

Add Google GData to xcodeproject for iPhone

I want to add the GData api from google to receive all the links in a youtube channel. I've followed this tutorial http://mischneider.net/?p=377#comment-1277 but the folder headers is not created. I've been trying the whole day to get it running but without succes. The Google tutorial is not really clear to beginners.
Thnx!
I used this tutorial. You must include SystemCongiguration framework and make all of this tutorial.

Linkedin Integration in iphone

Im trying to integrate Linkedin network in my iphone app.I searched sample codes and i found one sample code in github
https://github.com/ResultsDirect/LinkedIn-iPhone
I downloaded the sample code and provided consumer and secret keys.It works good.When im trying to do this in my app,its not working.So many errors saying rdEngine.h--no such directory or file.But i imported linkedin library xcode to my app.How to import frameworks and liraries to my app?What i have to do to integrate linkedin in iphone?I want to update status of a linkedin of a user from iphone directly and i want to display the latest status of a linkedin in iphone .Please suggest me any possible ways to do this...Also tell me what are the steps i need to follow to do this.Thank you in advance..
You can find all the material and sample from this Link github repo,and you have to set up your header Path in your xcode environment as below to remove some hmac.h file not found type error
Go to the project > Targets > Build Settings
Search Header Search Paths
Add
$(SDKROOT)/usr/include/libxml2
It is working in my iphone application with LinkedIn status update,Hope it will help you
As I have already suggest you that set your HEADER SEARCH PATH, is it correct