Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 23 sty 2014 · Codeigniter deletes $_REQUEST which is used by the Facebook PHP SDK to retrieve the OAuth code param. The fix is to copy $_GET to $_REQUEST before your call to $facebook->getUser() : $_REQUEST += $_GET; $user = $facebook->getUser();

  2. 12 gru 2023 · In this tutorial, I'll teach you how to implement the Facebook login on your website with PHP and cURL without the need for cumbersome libraries such as the Facebook SDK, but I'll provide it as an alternative solution if you want to be coherent with the Facebook principles. We can utilize the Facebook OAuth API to connect the users with the ...

  3. 25 gru 2016 · My task is quite simple: I need to have an "import" link, user clicks it and receives FB popup where he authorizes the site, user is redirected back to my site, I access user's FB profile and retrieve some data. Also: I need to access and retrieve profile in PHP. The first part goes well.

  4. We’ll show you the simple way to get large size profile picture in Facebook PHP SDK. Also, you can get the custom size image of Facebook profile. Set the profile picture dimension by using the following line of code. $userProfile = $facebook->api('/me?fields=picture.width(400).height(400)');

  5. 1 sie 2024 · PHP code: The following example code demonstrates, how to access the current user name and print it using FaceBook SDK and Graph API using PHP. php.

  6. Full-stack Social Media application (basically FB clone) with PHP, JS, MySQL. Users can sign up, create posts and upload images, like posts, comment on posts, chat with other users, see notifications and user profiles and add users as friends, change user settings, search for users with AJAX and much more. Basically possible to do everything ...

  7. Full-stack Social Media application (basically FB clone) with PHP, JS, MySQL. Users can sign up, create posts and upload images, like posts, comment on posts, chat with other users, see notifications and user profiles and add users as friends, change user settings, search for users with AJAX and much more.

  1. Ludzie szukają również