Posts by Projgo • 41 points
3 posts
-
1
votes1
answer74
viewsA: auth_token Node.js > Instagram
For the tests I’ve done with the API, you need to have a url to put in redirect_uri. The url you are using should not be accepted by the API. When you registered your application you must have…
-
1
votes1
answer205
viewsA: Convert struct with nested struct to record
I received from Remy , a help I’m posting here. I adapted slightly to my case but it worked perfectly for this case. {$POINTERMATH ON} Type PstChannelInfo = ^stChannelInfo; stChannelInfo = record…
-
2
votes1
answer205
viewsQ: Convert struct with nested struct to record
I have a little "hindrance" in a project I’m working on. We received a DLL written in C, in order to communicate with readers of this company. In attachment came an example written in Borland C++ 6,…