i need to login to rest api using php script without prompting allow deny permission direclty. how can i capture the returned response (code for generating token) from callback thanks ![]()
Store the token in a file and read the file in your other scripts that require the token.
1 Like
yes thanks will try this way . ![]()