I'm trying to add some simple functionality to an iPhone app. Basically I want the ability for a user to post an item to facebook with one click.
Using facebook connect, you seem to have to show a login dialog for the user to enter their details. I'd prefer it if I could store the users facebook details on the app and just use them to make the posting as seemless as possible. Is this possible?
Facebook connect seems a little heavyweight for what I'm looking for. All I want to do it post a status update to a users profile.
Any help/advice welcome.