English 中文(简体)
Integrating FB connect with Foursquare into an IPhone App
原标题:

Does anyone know, whether/how it is possible to link your FB account to your Foursquare account within an own IPhone App? This is the functionality implemented by a lot of sites for their Web services.

问题回答

The only thing I can think of is to come up with your own implementation. Basically have your own users table, when the user does a connect with facebook, you store his FBId in your users table. Later if he wants to connect his Foursquare account, you simply store his FS id also in the users table. For more flexibility you would have a users and a usernetworks table. Usernetworks could have the linked social networks in it.

This is the simplest solution I can think of.





相关问题
Integrating FB connect with Foursquare into an IPhone App

Does anyone know, whether/how it is possible to link your FB account to your Foursquare account within an own IPhone App? This is the functionality implemented by a lot of sites for their Web services....

Account verification by email - pros and cons

If this question has already been asked, please comment so I can remove it. I m aware of the advantages of email verification, especially in regard to spamming (which could easily kill me since most ...

SMSAccount Class on Windows Mobile 6.1

I m writing an application for a Windows Mobile phone in VB.Net, and I would like to read SMSs from the phone s memory. According to MSDN, the SMSAccount class is what I need: SmsAccount Class ...

Multiple accounts on iPhone Developer Program

I am a developer at iPhone Developer Program assigned to the project for the company. I would like to buy my own licence to develop as an independent programmer. How to do it? Do I need another Apple ...

Creating a hotmail account from C#

Does anybody know how I would go about creating a new hotmail account from C# ? Screenscraping and POSTing ? or is there a simpler way ?

热门标签