Questions tagged [xing]

Xing is a social software platform for enabling a small-world network for professionals. Although it is a WRONG-TAG, it should be Xing-API.

21 questions
3
votes
0 answers

XingClient not working on ios9

I am using same client as I have used in iOS 8.4 but client is not working in iOS 9. Same code is working in iOS 8.4 but it is not working in iOS 9 I don't know but it is weird my app stop working. As from iOS 9 we have to set security key in…
2
votes
1 answer

Does User ID on Xing OAuth change when using Test Key?

I get a slightly changing User ID's on sign up/login when authenticating with xing oauth. Something like: 37578662_a467ef and 37578662_76a7fe. Does somebody know if the user id changes when using a xing test key? Or if I could rely on the first part…
2
votes
1 answer

How do I set a Share counter for XING, like you do with Facebook etc.?

First time asking here, but after losing my head over this problem for the last days, I had to ask for your help. Basically I need to create the classic social media buttons on a German site, and XING is quite popular there, so I need to do it for…
Ichi Rei
  • 21
  • 2
1
vote
0 answers

Xing associating wrong company to job offer

we made a site for a client. On this site there's a page with open job positions. If I search for said positions on Xing I see they are listed with our company (the ones who made the site) as an employer, which is wrong. I'm trying to find the issue…
Jonas Grumann
  • 10,438
  • 2
  • 22
  • 40
1
vote
1 answer

How to deeplink to a Profile in my iOS Xing App?

I would like to deeplink to my xing profile within my application. I know how to open the iOS Xing App in my code, but I can't figure out how to deeplink to my own profile for example. Does anyone know the URL route? let appScheme =…
nico_dkd
  • 99
  • 1
  • 9
1
vote
1 answer

Xing sharing not working on localhost

I am using angularjs and laravel when I am sending a message from link or by code then I am getting invalid URL error Share on Xing-->
1
vote
1 answer

Xing api throws CORS error

I am trying XING apis with test keys from my web application.I am on my way to implement contact import from xing using angularjs in front end.But it is not possible call any apis ,throwing error like xmlHttpRequest not allowing my site to access…
Nikhil Mohanan
  • 1,260
  • 1
  • 12
  • 23
1
vote
1 answer

Scribe + Xing => Invalid OAuth signature

I'm trying to use scribe with XING and I'm always getting following answer: Can't extract token and secret from this: '{"message":"Invalid OAuth signature","error_name":"INVALID_OAUTH_SIGNATURE"}' I have a working login process, get back an…
prom85
  • 16,896
  • 17
  • 122
  • 242
1
vote
0 answers

XING oauth api error invalid oauth signature

I got a problem with the xing oauth api. Currently this works: Get a request token from xing Redirect the client to authentificate at xing Get the callback from xing Now I have to get the access token from xing, using the oauth token and…
Marcel
  • 627
  • 7
  • 25
1
vote
1 answer

owin Authentication With Xing

my plan is to use Xing as Social Login. My Problem is I can't find god Samples for Custom Authentication for OWIN. For Google+ its Simple //IAppBuilder app app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions() { …
Speiko
  • 11
  • 1
1
vote
1 answer

Log in into Xing with httpclient

I've got some problems when logging in into xing with httpclient. It works when I log in manually capture the steps with livehttpheaders and reset the cookie values with addHeader("Cookie", "...."). But as soon as I logout in the browser it doesn't…
Michael
  • 23
  • 2
1
vote
1 answer

OAuth in .NET for xing 401

I´m trying to programming this example for OAuth in C# for the xing api: OAuth with Verification in .NET I get always the error message when i try to get my own user-informations: Invalid OAuth signature Anyone ideas? Thx Dennis
Dennis
  • 11
  • 2
0
votes
1 answer

Xing login button plugin with vuejs

I am new to forntend development in general and Vuejs specifically i am trying to add Xing login button plugin to my website which is build with Vuejs but the code provided from Xing is to be used in just Java script how can use these code in…
Ali Mhanna
  • 199
  • 2
  • 15
0
votes
1 answer

Client {CLIENT_ID} not found or disabled', 'error_detail_key': 'E20109', 'error_uri': 'https://dev.xing.com/docs/error_responses'}

I am trying to create a monitoring service for Xing. When I try to get de access token with the following request: consumer = oauth2.Consumer(app_key, app_secret) client = oauth2.Client(consumer) ... params = { …
0
votes
1 answer

XING - how to deep link both on Android on iOS?

How to deep link to specific profile in XING app both on Android and iOS? On iOS I have figured out that I can open XING app using this code: UIApplication.shared.open(URL(string: "xing://"), options: [:], completionHandler: nil) But how can I open…
Mikołaj Waśniewski
  • 1,298
  • 14
  • 16
1
2