Back to project page QBShare-Android.
The source code is released under:
Copyright (c) 2011 QBurst, http://qburst.com/ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redi...
If you think the Android project QBShare-Android 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 com.qburst.config; /* w ww .ja va 2s. c om*/ public class QBShareConstants { // General Property File public static String GENERAL_PROPERTIES = "general.properties"; // Facebook public static String FB_POST_LAYOUT = "facebookpostlayout"; public static final String FB_APP_ID = "117724031684414"; // LinkedIn public static final String LN_API_KEY = "wo4hkei4z1c0"; public static final String LN_API_SECRET = "9TTE2YzATmE3fawB"; // Twitter public static final String TW_APP_KEY = "aLzMXFqOTrEMGxwkAmLIqg"; public static final String TW_APP_SECRET = "su3cjSQ852GBTGm6IBxtHdQRlYiHCtM7EQB0B9M"; }