Sehar Kazi
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Sehar Kazi-
Sehar Kazi created a post,
Error in Authorization Code Flow
AnsweredHey 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 created a post,
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 commented,
I have given that as well, but i keep getting the same error.
-
Sehar Kazi created a post,
Getting this error => The client credentials are invalid
Answered$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...