views:

155

answers:

2

Hi,

I am working on Twitter login page validation. Now i have downloaded MGTwitterEngine package and implemented in my application. I have followed these steps in this Link.

But i got the error:"error: OAuthConsumer.h: No such file or directory". I am struggling in this problem for last two days. How can i achieve this. Please guide me. If anyone done this problem, please explain to how to do?.

Thanks

+1  A: 

If you want to implement Twitter in iphone app.Then please follow this link for creating a simple twitter implementation in app.

All the best.

Warrior
+1,@Warrior, I have posted the tweet messages and i want to login page authentication. Just check the user name and password is valid or not. If it is valid then post the feed else show the alert view. So please give me some sample apps or links. Thanks.
Pugal Devan
The link i gave they have hard coded the url, instead of that u can create a view with two text-fields and submit button .Get the input from the user via text field and use it for log in
Warrior
In -(void) status_updateCallback:(NSData *) content method check for the return string and if it comes error then display an alert saying wrong username and password
Warrior
+1  A: 

try this link it helped me

link text

SWATI
+1, Thanks for your Answer...
Pugal Devan