Fritak / messenger-platform

Implementation of the Messenger Platform in a PHP.
MIT License
34 stars 15 forks source link

Does this project alive???? #25

Open deios0 opened 8 years ago

deios0 commented 8 years ago

I've asked for changes more than a month ago. Please, if you will not be able to do the changes, tell me.

achimha commented 8 years ago

It seems dead unfortunately. Hope somebody can fork and enhance it. I haven't found any other PHP implementation that actually works.

deios0 commented 8 years ago

Yes, I think so too, actually, it's weird, why there is still no any good PHP implementation of Facebook Messenger API?

darrensapalo commented 8 years ago

@deios0 Indeed, it is weird. I've been trying to look for live ones. Try checking this one out:

https://github.com/davidpiesse/facebook_messenger_php

achimha commented 8 years ago

I switched to this one:

https://github.com/pimax/fb-messenger-php

It's a very thin layer, you end up dealing with the JSON directly as you get it from Facebook which is OK.

deios0 commented 8 years ago

Yes, I switched to pimax too, several weeks ago, looks good for me.