In the past I have made B4J apps that connect to REST API's with XML and basic j.Username/j.Password login before sending a j.PostString or J.GetRequest. Then the XML messages are sent as a simple string.
And I really have to thank OliverA for his help in solving some of my issue in the past, thank you
But now I have to connect to an REST API using a token login that expires after some time and I have no idea what the usual coding practice for a token login and parsing JSON messages should be.
Can anyone offer some friendly advice or code examples?
And I really have to thank OliverA for his help in solving some of my issue in the past, thank you
But now I have to connect to an REST API using a token login that expires after some time and I have no idea what the usual coding practice for a token login and parsing JSON messages should be.
Can anyone offer some friendly advice or code examples?