xing_api icon indicating copy to clipboard operation
xing_api copied to clipboard

Offical ruby client for the XING-API, providing easy access to all API endpoints and simplifies response parsing, error handling and tries to ease the oauth pain.

Results 4 xing_api issues
Sort by recently updated
recently updated
newest added

Hi, when I do: https://www.xing-events.com/api/sync/1?version=1&format=json&apikey="MyApiKey". I always get the same empty result ({"nextId":1,"success":true,"events":[]}), even after I do some update for the event. And when I do https://www.xing-events.com/api/sync/**resync**?version=1&format=json&apikey="MyApiKey". I get: "com.amiando.api.rest.ObjectNotFound"

Hi there. All of my xing API test keys stopped working. All I get as a response is ```javascript {"message":"OAuth consumer is disabled","error_name":"CONSUMER_DISABLED"} ``` I am wondering, what happened to...

There are at least vendor resources where you need to set a body. Headers may also be useful.

Reading the following: ``` ruby # Or if your code is executed single threaded ... oauth_token, oauth_token_secret = # load from your db XingApi::Client.configure do |_| _.oauth_token = oauth_token _.oauth_token_secret...