Aadit Trivedi
Aadit Trivedi
> Are you using allways the international phone code? Yes, I am using +1XXXXXXXXXX
hey @chemokita13 , will let you know when I face this issue again.
@witchfindertr The `/friends/info` endpoint should give you the necessary data. The usernames of users can be found at `response['data']['data']['data'][index]['username']` and the profile picture url of the users can be found...
@Kan-A-Pesh @chemokita13 can you explain how to successfully call the `/post/upload/data` endpoint? I am calling with this body: ``` { "postData": { "resize": true, "late": true, "visibility": "friends", "retakes": 500,...
> You need to use the `postDataToken` generated by the `/post/upload/getData` endpoint > > To post you first need to get three tokens (front photo, back photo and post) with...
Hi @chemokita13 I now tried using tthe login toker in header as such: ``` curl -X 'POST' \ 'https://berealapi.fly.dev/post/upload/data' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H 'token:...