問題タブ [37-signals]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - 37signals OAuth プロバイダーは localhost で動作しますか?
私は omniauth-37signals を使用しており、redirect_uri をhttp://localhost:3000/auth/highrise/callback
developer.37signals.comに設定しました。
私は得ています:
:error: Provided redirect_uri is not approved
しかし、URL を localhost とは別のものに変更すると、動作してアクセスを要求されます。
API は「実際の」アドレスのみに制限されていますか、それとも何か不足していますか?
python - Highrise からタグで会社のデータを取得する方法は、API の制限を超えていますか?
まず第一に、助けてくれてありがとう。
私は3つのことをしようとしました; 1. highrise から企業名を取得する 2. タグで実行する 3. そして Highrise 500 の API 呼び出し制限を克服する
A__https://github.com/feedmagnet/pyrise のようなラッパーを試してみました。これにより、1 と 2 が可能になりました。
B__https://github.com/seibert-media/Highton で 1 と 3 を実行できました
ハイライズ API https://github.com/basecamp/highrise-apiに直接 C__ コーディングし ます が、これを行うには十分なスキルがありません。
AまたはBを変更する方法/またはCを実行する方法を知っている人がいる場合は、助けてください。
ありがとうございます。