- Create a new user (We know how to do it, sending the key is sensitive so not adding here)
- You will get a response like:
{
- id: "137616849955555",
- access_token:"
CAAAAJ6uP3yMBAC56lfzUlZB3uwWms 0x6xXoriPn3ZAVko185KZCTxQaYADM qkXhpIH1VxAJtXzJBoNR7TNWKpRBoE AC79AY1VaGss93nHiqVGeZBEvHZALo uNw55PfZBujt1Up1PbjEryWB4iptNP F3PDAQuZAup4jGGRFUJeEs6JBvIEpo BvCQZCuB467oznCoE41zDbxFaVGnUR P1JdV9H", - email: "name_1441262612@tfbnw.
net", - password: "2073387096"
- Using the information from the above we can delete the user via the following:
Update the above URL by replacing TEST_USER_ID with the value of id from the first response and TEST_USER_ACCESS_TOKEN with the value of access_token from the first response
The response from it would be true.
Delete the test users once we are done.
No comments:
Post a Comment