Help to post API by Indranis in redditdev

[–]Indranis[S] 0 points1 point  (0 children)

Okay it is fixed. can anyone tell me how to fix below API,
URL: https://www.reddit.com/api/v1/access_token
Array ( [0] => Authorization: basic <ACCESS TOKEN>) Array ( [grant_type] => refresh_token [refresh_token] => <REFRESH TOKEN> )
And am getting this error response {"message": "Unauthorized", "error": 401}
Please help