0

https://github.com/fgalan/oauth2-example-orion-client/の oauth2-example-orion-client を使用していますが、手順に従いましたが、filab アカウントでログインした後 (既にOauth 資格情報を取得するアプリケーションを作成しました)、'callback_uri'/login に移動すると、次のエラーが表示されます。

express deprecated app.configure: Check app.get('env') in an if statement server.js:16:5
Server listen in port 80. Connect to localhost
127.0.0.2 - - [Tue, 05 Aug 2014 20:43:22 GMT] "GET / HTTP/1.1" 302 342 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131029 Firefox/17.0"
/home/nmerino/Desktop/oauth2sample/server.js:85
        req.session.oauth_token = results.access_token;
                                         ^
TypeError: Cannot read property 'access_token' of undefined
    at /home/nmerino/Desktop/oauth2sample/server.js:85:42
    at /home/nmerino/Desktop/oauth2sample/oauth2.js:138:18
    at ClientRequest.<anonymous> (/home/nmerino/Desktop/oauth2sample/oauth2.js:115:5)
    at ClientRequest.EventEmitter.emit (events.js:95:17)
    at CleartextStream.socketErrorListener (http.js:1487:9)
    at CleartextStream.EventEmitter.emit (events.js:95:17)
    at SecurePair.<anonymous> (tls.js:1302:19)
    at SecurePair.EventEmitter.emit (events.js:92:17)
    at SecurePair.maybeInitFinished (tls.js:896:10)
    at CleartextStream.read [as _read] (tls.js:430:15)

メッセージは localhost を使用しているように見えますが、代わりに 127.0.0.2 を使用して oauth を実行しています。これらのエラーについて助けが必要です。ありがとう

4

1 に答える 1

0

Orion クイック スタート ガイドで説明されているように、token_script.sh スクリプトを使用してアクセス トークンを取得できます。

于 2014-09-08T06:32:48.193 に答える