Sehar Kazi
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Sehar Kaziさんの最近のアクティビティ-
Sehar Kaziさんが投稿を作成しました:
Error in Authorization Code Flow
回答済みHey there, I am using OAuth 2.0 (User or Client Authentication) App, i keep getting this error when i am sending requesting for access_token. {"error":"invalid_client","error_description":"The cl...
-
Sehar Kaziさんが投稿を作成しました:
The client credentials are invalid
function Box_Integration_getAccess($code){ $access_token_url = "https://api.box.com/oauth2/token";$ch = curl_init();curl_setopt($ch,CURLOPT_URL, $access_token_url);curl_setopt($ch, CURLOPT_SSL_VERI...
-
Sehar Kaziさんがコメントを作成しました:
I have given that as well, but i keep getting the same error.
-
Sehar Kaziさんが投稿を作成しました:
Getting this error => The client credentials are invalid
回答済み$access_token_url = "https://api.box.com/oauth2/token";$ch = curl_init();curl_setopt($ch,CURLOPT_URL, $access_token_url);curl_setopt($ch,CURLOPT_HTTPHEADER, array("Content-Type: application/x-www-f...