OSDN Git Service

ログインに関する修正。
[yanmah2/YANMAH2-season2-.git] / login_processor.php
index d978976..c626368 100644 (file)
@@ -10,7 +10,7 @@ if (isset($_GET['with'])){
   $error = '';
   if ($_GET['with'] == 'twitter'){
   } elseif ($_GET['with'] == 'haiku') {
-       $authorize = 'http://www.hatena.ne.jp/mobile/oauth/authorize';
+       $authorize = 'https://www.hatena.ne.jp/mobile/oauth/authorize';
        // $myjson = 'http://n.hatena.com/applications/my.json';
        $reqtoken = getRequest('https://www.hatena.com/oauth/initiate', $callback, 'read_public,write_public', $conkey, $conkey_sec);
   //   var_dump($reqtoken);