You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi! Can I get value from url encoded response as parameter in json of next request? As example:
Twitter authentication OAuth 1.0a method
First request->status code = 200 OK and response body = "oauth_token=XXXXX&oauth_token_secret=XXXXX&user_id=XXXXXXX&screen_name=XXXXXX"
Second request-> need create body for another service, body=
{
"access_token"="here oauth_token=XXXXX from Twitter response"
}
How can I do it?
All reactions