views:

177

answers:

1

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.

+4  A: 

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.

strager