Back to project page xing-android-sdk.
The source code is released under:
Apache License
If you think the Android project xing-android-sdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.hdodenhof.xingapi.internal; //from w w w. j a va 2 s . co m public abstract class OAuthConstants { public static final String CALLBACK_URL = "xingapi://callback"; public static final String VERIFIER_KEY = "oauth_verifier"; public static final String[] WEBVIEW_INTERNAL_REDIRECT_URLS = new String[]{"https://api.xing.com", "https://login.xing.com"}; }