Mattias Fjellvang
Mattias Fjellvang
Solved. Get access token like this: ``` $token = $fb->requestAccessToken( $code ); dd($token->getAccessToken()); ```
I am still experincing this issue. Anyone would know why?
What do you mean Rani? After debugging, this is the request that fails: https://graph.facebook.com/oauth/access_token
Ah, I see. I've tried. Still, without luck. Anyways, shouldn't facebook return a error message if this was the issue?
Thanks Rani, I've tried implementing that, but it does not work. Fun thing is, query takes 22 seconds before it fails (tried extending timeout period, no affect, still around 22seconds)....
I've had a look at the migrations, specifically "CreateUsersTable". What is the reason for this migration? :) Deleting the logic from up&down solves the issue for me; now only remaining...
Thanks for sharing the `TestFn` rename from `TestInterface`. That was the main thing that had to be changed when upgrading from 3 to 4, and it wasn't referenced in the...
Strange. I ran `npm init ava` (depsite it was only an upgrade), and then ran `npm test` again, and then it worked.
This would be a cool feature!
Would love this as well. It doesn't work quite well now, as when people edit one page in the CMS whole site has to be regenerated which takes around 2000...