SammyK

Results 35 comments of SammyK

I'm 👍 for removing Symfony 2.3 from the test suite to allow more momentum on actively supported software.

Hey @mesuntos! What version of Laravel are you running? Did you [update your app config with the service provider](https://github.com/SammyK/LaravelFacebookSdk#service-provider)?

Hey @Philwn! Can you post the snippet of code that is accessing the sendRequest() method?

Yes, the `createOrUpdateGraphNode()` method is quite basic and could certainly be upgraded to handle these type of scenarios better. I'll be diving into this lib some more when Laravel 5.3...

Hey @apasov! Thanks for the contribution! I'm certainly willing to accept this PR if you revert the route back to supporting both GET and POST. The reason is there are...

Hey @linkthrow! I'm not sure why you're getting this error as the dependencies are [resolved in the server provider](https://github.com/SammyK/LaravelFacebookSdk/blob/3.0/src/LaravelFacebookSdk/LaravelFacebookSdkServiceProvider.php#L49-L53). Are you using the package's service provider?

Correction: I see what you're saying now. Let me dig into this a bit more.

Ok - so I still don't know how you're getting this message if you're using the package's service provider. Did you [add the provider to your `bootstrap/app.php` file](https://github.com/SammyK/LaravelFacebookSdk#service-provider)?

Hey @gokigoks! Can you provide some more details please?

Hey @david2alecs! I'm not sure I understand your question. Can you paste in the whole error message you're getting?