file_get_contents выдает пустую строкуhttp://softtime.ru/forumfile_get_contents выдает пустую строкуhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=92524#post549634Нашел готовый скрипт с использованием CURL function is_facebook_auth_valid($facebook_token, $facebook_id) { $ch = curl_init(); $url="https://graph.facebook.com/me?access_token=".$facebook_token; curl_setopt($ch, CURLOPT_URL,$url ); curl_setopt($ch, CURLOPT_RETURNTRANSFER,...file_get_contents выдает пустую строкуWed, 19 Aug 2015 07:48:38 +0300Dredfile_get_contents выдает пустую строкуhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=92524#post549570http://php.net/manual/ru/function.file-get-contents.phpfile_get_contents выдает пустую строкуMon, 10 Aug 2015 14:47:46 +0300KPETuHfile_get_contents выдает пустую строкуhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=92524#post549569Это как, задать контекст?file_get_contents выдает пустую строкуMon, 10 Aug 2015 14:03:14 +0300Dredfile_get_contents выдает пустую строкуhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=92524#post549567Попробуйте задать контекст для file_get_contents().file_get_contents выдает пустую строкуMon, 10 Aug 2015 11:42:21 +0300confirmfile_get_contents выдает пустую строкуhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=92524#post549564Лучше обращайтесь через библиотеку CURL, с сохранением куки сессии. Плюс возможно проблема с сертификатором - все-таки вы обращаетесь к странице,...file_get_contents выдает пустую строкуSun, 9 Aug 2015 20:47:48 +0300cheopsfile_get_contents выдает пустую строкуhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=92524#post549563Делаем запрос к Facebook API для получения информации о пользователе. Передача идет одним единственным параметром access_token: if (count($tokenInfo) " 0...file_get_contents выдает пустую строкуSun, 9 Aug 2015 19:47:35 +0300Dred