Manual Login Functionality for Twitter to make a tweet only in iphone sdk - iphone

I have made a tweet Functionality in my Application.
Its working fine.
now I don't want twitter Default Authentication (ie.login) Screen for login.
I want to put my custom login screen which has two text field of username and password.
and one tweet button.
now on tweet button click I want to direct post tweet on twitter like old twitter modules.
I heart that its done using Xouth .
if it is possible then any code or links for that??
I want any solution for that???..
it is happen in BBC ipad App.

For Manual Login , you need Xauth Twitter Access ,
refer these source codes & Links,
http://code.google.com/p/tweetero/
https://github.com/aral/XAuthTwitterEngine

Related

Facebook Integration in iOS app

I need to post a user-specific text, determined by him, on his wall/timeline when he presses a button (in facebook's tutorial, they make the user login when the app launches, and then it does nothing).
There is a lot of information on the internet but every site does it in other way.
Just wanted to know if there's a specific way to do it.
Thanks!
A quick easy way to add facebook to your app is ShareKit (http://www.getsharekit.com/). This also allows you to add other social network site to your app.
You might want to try Socialize: http://www.GetSocialize.com. It'll allow app users to comment & like within the app, with the option of also sharing out to a social network (Facebook currently live; Twitter coming). Full feature list at http://go.GetSocialize.com/features
DROdio

How to share text to Facebook

In RootviewController of my application I have a textfield and a button. I write something in that text field and after that when I click on the button then that text should be shared in Facebook. How to do this??
i think you need to integrate FB in your app to post your comments...
You must integrate Facebook SDK in order to do anything in user's account from iPhone app. After integrating and login You need to ask for permission "set_status" and after that you can show dialog for "set_status". That will show what exactly you want.

Twitter integration in iPhone application

I integrated twitter in my app through oauth engine. When opening the twitter view its displays the twitter login page by default. But that screen not going without login into twitter. When I want to quit that page that can't possibly goback to the previous view. How can I solve this?
I think you working with the example code which u took by googling.As per my knowledge, One example code was designed like until otherwise you give twitter credential, it will show twitter login page.
You just change logic as per your need and do your job.

How to make twitter login simpler by using PlainOAuth

I'm using PlainOAuth to post image to twitpic and post message to twitter home page from my iPhone app. Everything is ok, but the way user login to twitter is complex with user.
At first, user must select login flow: Pin, URL callback (URL callback seem not working, tested on simulator iOS 4.1)
Go to twitter login page to enter username and password.
Receiving pin code and return back to previous page to enter pin code.
How can I modify to make them simpler? I mean that can I just need to have a login page that allow user enter username and password (ignore enter pin step)?
I can see a lot of apps that have a very simply login way to twitter. Anyone has solution for this, please help!
Thanks in advance.
Tien
You need to register your app for xAuth with twitter.com. When they allow xAuth, you don't need the step with the pin anymore. xAuth as Twitter defines it is a subset of Twitter's oAuth.
See using xAuth at dev.twitter.com

Facebook login problem in iphone?

In app I used fbconnect library in case of my app the fb browser shows lot of thing but i actually want the browser which shows only two textfield & one button for submit what i do for that still i'm using only fbconnect not fbconnect with json.
It is really hard to understand your question, to be honest. I will try my best to make the most appropriate guess
If you use FBConnect library, you have to use their login dialog, this is the common expected User Experience. Whenever users touch the button "F connect", they expect to see the FB connect dialog includes a lot of information and username and password textfield