vote up 2 vote down star
1

I'm writing an iPhone app that provides access to a website that has an existing user database. The website is using Facebook APIs to also allow Facebook users to link their existing accounts with their website accounts.

I need to be able to log in both Facebook and website accounts on my website when using our iPhone client but I am running into some problems:

A. Facebook Connect for the iPhone: The iPhone App is aware that I'm logged into Facebook; but the website application is not. Therefore the website application has no access to my friends list and can't tell which website users are actually my friends. I could pass it manually from the iPhone to the website but this is awkward and presents some security challenges as well as bandwidth challenges for large friends lists.

B. Facebook Connect via PHP: This would be the ideal situation as I have full control over the website and can just let the user login through a UIWebView. However, logging in to a Facebook Connect website using an iPhone is borked. The iPhone opens a second tab for the xd_receiver.htm page and does not navigate back to the application page. Check out the sample Facebook Connect site using an iPhone: http://www.somethingtoputhere.com/therunaround.

C. A straight out Facebook Application This severely breaks the appearance of our iPhone application due to the Facebook frame around the application and hampers usability.

What is the correct way for our iPhone application to access a website using Facebook logins and have the web server be aware of our friends list?

flag
I am having this same problem – Xeoncross Nov 19 at 18:17

1 Answer

vote up 0 vote down

I might be missing something here - but why can't you get them to login again if they want to use the website? That fits the login idea that I think Facebook would also like - the user explicitly permits access in this way.

Is the web site an integral part of your app and you are using it with views in the application? Why do you make users use both?

link|flag
The website/UIWebView is integral to the app. It is similar to the sample runaround app that matches Facebook users with their running details and compares it with their friends, albeit with a much more involved database. – jurek epimetheus Jul 6 at 2:07
Why not just do it as a web app? – Grouchal Jul 6 at 8:43
That would require authentication using either the regular Facebook website or Facebook Connect for web. Facebook Connect for a web app doesn't work with the iPhone though. Oh well, I guess I'll just go with implementing it as a straight Facebook iFrame. Thanks! – jurek epimetheus Jul 10 at 7:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.