Archived Forum Post

Index of archived forum posts

Question:

OAuth with Xing-Api

May 22 '14 at 09:03

Hello I am having a hard time with accessing the xing-api as described here:

Auth: https://dev.xing.com/docs/authentication Request: https://dev.xing.com/docs/get/users/me

I managed to get the auth-part done and have the access-token and verifier. But retrieving the user-data seems impossible to me.

Tried http.Json,http.Json2 and even http.quickGet but never managed to receive data back.

If another chilkat-user is around and can help me out I would be glad. I know this is not a support-Forum :-)

Just asking because I am stuck with this private Project for 6 days now.

Managed to get everything to work (aside chilkat) with ruby: see this https://github.com/superbilk/fruitful/blob/master/xingapi.rb

Btw. the provided chilkat-example for twitter worked for me with no Problems.