简体   繁体   中英

Integrating Twitter SDK for IOS 4.3

I'm trying to integrate "log-in by twitter account" on my app. I've been trying a lot of external SDKs but to no avail. (TwitterAgent / Sharekit) I can't use the official twitter framework cause I'm using IOS 4.3 on xcode 3.2.6. All I want in my app is to be able to log in using his/her twitter account and get the username or user id of the twitter account that is logged in.

Any tutorials that can lead me?

thanks!

check this post may help as now almost everyone develops in iOS 5

connecting twitter

n if you hav added the sharekit, import the sharekit file into the view controller where you need twitter & import them

import "SHKTwitter.h"

import "Twitter/Twitter.h"

As mentioned earlier, Sharekit is the best way to do it on iOS4 and up.

BUT: Have you read the instructions and sticked to them really close?
If not, read this: Sharekit installation and usage

It's dead simple!!!

By the way: Why are you working on Xcode 3? Is it necessary?

EDIT:

please provide a screenshot of your compiler error like this one:
gcc编译器错误

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM