I believe I have managed to register an app within weibo (translating everything through Google) and I have started the Oauth process (1.0) and get back a token and secret at the request_token stage. However I don't get an oauth_callback_confirmed=true parameter. This is a business application and I haven't submitted the app for approval but (because I don't speak Chinese) am not sure if I actually have to. If anyone can help that would be great.
1
There are 1 best solutions below
Related Questions in WEIBO
- why <div class=\"gn_topmenulist\"> ? what is the \
- JSON with Chinese characters processing to XML in java for RDB
- Sina Weibo feeds in Wordpress?
- Fetching latest user status in Weibo
- Weibo missing oauth_callback_confirmed
- how to get weibo (weibo.com) Consumer and secret key?
- Sina Weibo API PHP demo not working?
- iOS 6 ActivityViewController customization of weibo, etc
- WeiboSDK NSConcreteMutableData wbsdk_base64EncodedString Error
- Scrapy to login and then grab data from Weibo
- How to open a Sina Weibo user profile?
- How to use Bottle with Sina Weibo API for Web-login
- Unable to fetch an email in Weibo
- Login to Weibo using OAuth 2.0 from iOS app?
- Does Weibo have an v2 search api?
Related Questions in SINAWEIBO
- Sina Weibo feeds in Wordpress?
- Fetching latest user status in Weibo
- Weibo missing oauth_callback_confirmed
- how to get weibo (weibo.com) Consumer and secret key?
- Why the python module newspaper3k only return 0 articles for tencent, sina and wallstreetcn?
- Sina Weibo API PHP demo not working?
- iOS 6 ActivityViewController customization of weibo, etc
- How to use Bottle with Sina Weibo API for Web-login
- Unable to fetch an email in Weibo
- Does Weibo have an v2 search api?
- Sina Weibo's short url?
- Renren, Weibo, and Baidu Like buttons using only HTML (No Javascript)
- Sina Weibo not appearing in iOS Settings
- weibo get status of other user?
- How to integrate Sina Weibo login into wordpress?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I needed to use Oauth v2 which worked fine. Be-ware you need to set a valid redirect URL which is under the Settings menu on the App area. I also find that during the Chinese evening time I can never access the API documentation.