Download presentation
Presentation is loading. Please wait.
1
電子商務網站架設技術 利用FB做Login
零售業批貨技巧與 網拍架站創業訓練班 電子商務網站架設技術 利用FB做Login 建國科大資管系 饒瑞佶 2014/4
2
Create FB Application
5
一定要是domain name
6
FB connect module
7
設定連結FB的參數 需要在FB上建立應用程式
8
設定FB按鈕顯示位置
9
首頁上出現連結選項
10
如果無法正常登入 system\vendor\facebook-sdk\base_facebook.ph
$opts = self::$CURL_OPTS; if ($this->useFileUploadSupport()) { $opts[CURLOPT_POSTFIELDS] = $params; } else { $opts[CURLOPT_POSTFIELDS] = http_build_query($params, null, '&'); } /*多這兩行 */ $opts[CURLOPT_SSL_VERIFYPEER] = false; $opts[CURLOPT_SSL_VERIFYHOST] = 2; $opts[CURLOPT_URL] = $url;
11
如果無法正常登入 catalog\controller\account\fbconnect.php 64行開始 加入
$add_data['company_id'] = '';
12
Apply Domain Nam
13
Free domain name
14
註冊 透過mail 啟動 設定網域 生效約要1hr
15
填寫IP與DNS對應 Domain name IP 生效時間(Time To Live)
Similar presentations