Tagged Questions
5
votes
4answers
784 views
Authentication combination OpenID & Facebook
Is it possible to use a combination of authentication systems in a web app?
I want to use OpenId, however I think my potential customers are actually more likely to have a Facebook ID.
Therefore I ...
-3
votes
1answer
90 views
How to detect if something has been bought from Google Checkout from PHP?
I am making a Web app that will be available in free and paid forms. I want to make it detect whether the user has paid for paid version using Google Checkout, and enable paid features if they have.
...