On Wednesday, 27 January 2016 at 23:42:54 UTC, brian wrote:
Anyone able to shed some light on what the structure of the
response is, and how I can read/output it all?
Regards
Brian
its unlikely that vibe client misses something.
for debugging i would try to go trough all requests with curl on
the commandline and
see if you can make it work there.
in case you are looking for an oauth client implementation there
seems to be this
https://github.com/danielsson/dlang-oauth2
that works with vibe.d if you add the switch for it.
not sure if it works but it might be a good example.