Pablo
Pablo

Reputation: 1141

Facebook App not found

Mates I'm making a facebook app. Facebook url: apps.facebook.com/avcpacman Server Url: https://www.conamor.org/apps/aventuracenter/pacman/public/

The back-end is based on Laravel 3.

The thing is that facebook returns 404 error, but on the server it works fine. Any ideas why?

Thanks!

Upvotes: 0

Views: 158

Answers (1)

Josh Koberstein
Josh Koberstein

Reputation: 176

Last time I checked, Facebook apps POST data to the server url so you should ensure that your routes are not just GET routes.

Upvotes: 1

Related Questions