Facebookのファンページに画像をアップロードできるスクリプトをコーディングしました。Webホスティングを試しましたが、「realpath」に対してopen_basedirが無効になっているため、使用できません(ただし、ログイン、Facebookステータスの更新、およびこれらすべてが完全に機能します)。そこで、VPS で試してみました。Apache 2.2.8 と PHP 5.2.6 で appserv をインストールしましたが、アプリで認証しようとするとエラーが発生します。
Warning: file_get_contents(https://graph.facebook.com/me/accounts?access_token=) [function.file-get-contents]: failed to open stream: No error in C:\AppServ\www\editor_imagenes\index.php on line 58
Warning: Invalid argument supplied for foreach() in C:\AppServ\www\editor_imagenes\index.php on line 79
Warning: file_get_contents(https://graph.facebook.com/me?access_token=) [function.file-get-contents]: failed to open stream: No error in C:\AppServ\www\editor_imagenes\index.php on line 106
私は自分のコードが大丈夫であることを知っています。読んでくれてありがとう:)