userhuman
userhuman
You can try to use this one. Now it's work for me Javascript.blade.php jQuery(document).ready(function(){ ``` // dynamic table var oTable = jQuery('#{{ $id }}').dataTable({ 'fnServerParams': function(aoData) { addProcessing(); }, "fnDrawCallback":...
I codeing in PHP LARAVEL FIRMWORK I edit in --> view/javascript.blade.php
I same problem. but when i print_r before get accesstoken it show error on below ``` vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Facebook.php print_r($responseBody); exit(); parse_str($responseBody, $data); ``` "message":"Can't Load URL: The domain of this URL...
@Gummibeer I so many try to do. I call every link is related but it's not work. One month before it's work. but now I checked it can not login...
Now it work. Thank
For me it's working find. But difficult to modify.