Question

i would like some recommendations. I am building an iOS app which has a FB login feature in order to post, share, etc. I need to also build in payment capability. Obviously PayPal is the first that comes to mind, but i don't really want users to have to login to both. I only want a single login and be able to post to FB and pay using PayPal (or something else).

What are some folks thoughts/recommendations?

Was it helpful?

Solution

This is probably going to get closed as it is not the type of question for stackoverflow. However, people can make payments via PayPal without an account there. They would have to enter payment information. You can probably get some of the data needed for this from the Facebook data, such as email address and name. But you aren't going to be able to have them log into PayPal or other via Facebook.

Another option would be to look into the Facebook payment system. https://developers.facebook.com/docs/payments/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top