I want the user to subscribe my app in two ways means there are two choices say 200$ and 350$ subscription are available. Firstly I want to direct them to Paypal inside the canvas and then return to the app's page.I want to use PHP libraries ..
A:
Sarfraz
2010-06-26 08:27:57
I dont want phpPaypalPro.Have already looked.
Abhishek
2010-06-26 08:35:56
A:
Could you just implement PayPal as you would any other PHP application, and then specify the return_url
parameter when your form's posted to PayPal as your Facebook app's URL?
Martin Bean
2010-07-01 10:10:47