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
0
votes
0 answers

How to deal with Xing-login plugin for a domain with www and with out www?

I am using xing-login plugin for signup/login on my website. I have a consumer key for domain without www. But when I tried to login via www.domainName it gives an error saying that the consumer key is invalid. Is it possible to make a key work for…
0
votes
1 answer

Python & Selenium / XING: find_element works 1st time, not 2nd on iteration

Been on it two days now: Trying to automate sending a contact request to several people in a search result with a message. After login and search, iterating the add-buttons works and add_btn.click() opens the pop-ups. Only in the first instance,…
0
votes
0 answers

app crashes if not reinstalled after compilation

When Android studio rebuilds the gradles the app works perfectly fine. Then if I change anything (even juste a space in the code) in my mainactivity the app crashes when I press a "scan" button that should open xing. I get this error code…
0
votes
1 answer

Android login via Xing

I am trying to make my application login via facebook and xing. It was able to to do it with Facebook API but not with xing. Any idea how can I do this with xing api? https://dev.xing.com/plugins/login_with xing API provide a plugin for web…
haythem souissi
  • 3,263
  • 7
  • 50
  • 77
0
votes
2 answers

Xing access user profile API

I have a requirement to access XING user profile information from server side. I have user access token and secret. Trying following code to fetch user info. But am getting some error messages Tried request.get( { url:…
Dibish
  • 9,133
  • 22
  • 64
  • 106
-5
votes
1 answer

How to search persons in social networks by name, birthday, location etc

I have a project, i have to search people by some fields (name, birthday, location, education, email etc.) in social networks (for example: Facebook, LinkedIn, Xing, G+, maybe also in wikipedia). I wanted to use Facebook Graph Api to search people,…
naex
  • 51
  • 3
  • 6
1
2