問題タブ [acaccount]
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.
twitter - Fabric Swift から Twitter SDK にログインして ACAccount を取得する
ログイン中にACAccount
作成されたもの、またはTwitter SDK
提供されたものを取得する方法が必要です。Fabric
でバックグラウンドで投稿する際に使用するには、このアカウントが必要SLRequest
です。なしaccount
では機能しません。
ios - アカウント フレームワークを使用して Facebook にアクセスする際の権限を制限する
私はこれについていくつかの助けが必要です....
したがって、私が直面している問題は、ACAccount から Facebook アカウントを取得しているときに、アラート ビューがあまりにも多くの権限を通知することです。Facebook の ACAccount ログインを使用すると、アラート ボックスが表示されます。
それは言うAPP_NAME would like to access your basic profile info and list of friends
これは、権限セットが空の配列であっても表示されます。
私はここで何をしようとしていますか?
「public_profile」、「 @」「email」、および「likes」が必要なだけです。アラートは言うAPP_NAME would like to access your profile, and likes on your behalf. In addition, APP_NAME would like to access your basic profile info and list of friends
なぜその2番目の文があるのですか?どうすればそれを取り除くことができますか?基本的なプロフィールと友達のリストに関する 2 行目が表示されないアプリがいくつかあります。
期待される結果:
APP_NAME would like to access your profile and likes.
アップデート:
解決策については私の答えを確認してください。