Question

Is there any framework that would allow me to integrate paypal with twitter, such as to send a tweet once payment for an item has been recieved. I'll be programming this with PHP. Thanks.

Was it helpful?

Solution

PayPal has an API which may provide what you're looking for as far as learning about an event.

As for the Twitter aspect, the Twitter API Wiki shows several methods for posting messages on Twitter.

It's all a matter of gluing the two and possibly integrating it with your system.

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