Author: akv Date: 2009-12-26 00:40:43 +0100 (Sat, 26 Dec 2009) New Revision: 2846
Modified: trunk/plugins/output-facebook/output-facebook.h Log: Using https to communicate with facebook. Modified: trunk/plugins/output-facebook/output-facebook.h =================================================================== --- trunk/plugins/output-facebook/output-facebook.h 2009-12-25 23:37:35 UTC (rev 2845) +++ trunk/plugins/output-facebook/output-facebook.h 2009-12-25 23:40:43 UTC (rev 2846) @@ -19,5 +19,5 @@ #define FACEBOOK_API_KEY "4c86b468bbe77840771dda74c7fb1272" #define FACEBOOK_SECRET_KEY "4945724ce9ef58ce5ed2360e020ec07d" -#define FACEBOOK_SERVER "api.facebook.com/restserver.php" +#define FACEBOOK_SERVER "https://api.facebook.com/restserver.php" #define FACEBOOK_LOGIN "http://api.facebook.com/login.php" _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
