WhiteHatBox
Share Page
Following(0)
Partner(s)
TheMan

Twitter api

ReplyThanks 2015/02/17 19:48:41 0 0
Is it possible to use twitter api with this? That will be awesome
WhiteHatBox
2015/02/19 20:19:12

Twitter API use http post, BotChief can use http post too.

So you can use BotChief to work with twitter api.

Let's ROCK!
Grummmmm
2016/03/01 10:55:15
Can we get some more details on the HTTP POST and GET commands? explanations of the fields and a way to send custom headers with each command would be very important as our API workflow involves logging in to receive a session code that is transmitted in all subsequent HTTP headers
Aprilcaicai
2016/03/01 23:20:27
3 # Grummmmm 3/1/2016 10:55:15 AM
Can we get some more details on the HTTP POST and GET commands? explanations of the fields and a way to send custom headers with each command would be very important as our API workflow involves logging in to receive a session code that is transmitted in all subsequent HTTP headers


Explanations of the fields on "HttpGet" and "Http Post"

Request URL: the HTTP GET/POST requested address

Referer: The HTTP referer (originally amisspelling of referrer) is an HTTP header field that identifies the address of the webpage (i.e. the URI or IRI) that linked to the resource being requested.

Encoding: the code on the page

Timeout: timeout when submit request

UserAgent: It is often used for content negotiation, where the origin server selects suitable content or operating parameters for the response.

Proxy: the proxy when submit request

Cookie: the cookie when submit request

Data: Posting data in HTTP POST

DataType: MIME-Type of the request body

If you need to know more information about the HTTP GET/POST, please go to Wikipedia


<< < 1> >>
VerifyCode
Advanced Option