Giter VIP home page Giter VIP logo

weibo-sdk's People

weibo-sdk's Issues

test 例子有问题!

What steps will reproduce the problem?
1. vs2008 编译完毕
2. 执行WeiboUnitTest.exe
3. 一直都不成功啊

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 Aug 2012 at 6:44

xcode test 运行出错

运行出现 linker command failed with exit code 1 (use -v to see 
invocation);添加第三方文件出问题;这该如何解决啊。

Original issue reported on code.google.com by [email protected] on 3 Aug 2013 at 3:19

下载问题

各种列表下面都是空的,什么情况,望速度解决

Original issue reported on code.google.com by [email protected] on 3 Aug 2012 at 2:49

postStatusesUpload failed

I want to use postStatusesUpload to upload a picture but failed. the error is

{"request":"/statuses/upload.json","error_code":"401","error":"4
40: 0109:consumer_key_refused!"}


I have test the other test cases. they can pass sucessfully. 
for examples
    // start login
    CPPUNIT_TEST (oauth2);
        // post a weibo without picture
        postStatusesUpdate

I can post a weibo without picture by using postStatusesUpdate. But why it will 
be failed when i post one with picture by the function 'postStatusesUpload' and 
the failure is "consumer_key_refused"? 
I will be appreciated if you can give me any hints? thanks. 



Original issue reported on code.google.com by [email protected] on 23 Dec 2012 at 3:52

下载问题

你就不能 提供一个打包的下载地址?


Original issue reported on code.google.com by [email protected] on 20 Jul 2012 at 3:45

示例程序是不是有问题

第三个程序没有实现,是不是只要提供原型,最好能把比较��
�实的构建过程说清楚,谢谢


Original issue reported on code.google.com by [email protected] on 18 Apr 2012 at 2:05

VS2012跟本就无法编译

1>------ 已启动生成: 项目: WeiboUnitTest, 配置: DLL Debug Win32 ------
1>错误: 未将对象引用设置到对象的实例。
2>------ 已启动生成: 项目: WeiboSDK_VC90, 配置: DLL Debug Win32 ------
2>错误: 未将对象引用设置到对象的实例。
========== 生成: 成功 0 个,失败 2 个,最新 0 个,跳过 0 个 
==========







Original issue reported on code.google.com by [email protected] on 27 Sep 2013 at 10:58

文件编码问题

有些文件的编码不是UTF8,因此在Xcode里面打开的时候,中文��
�变成乱码,
请问可以把文件的编码统一为UTF8吗?谢谢!

Original issue reported on code.google.com by KePeiFeng on 4 Dec 2013 at 5:02

vs2010编译项目出错

我直接用vs2010打开vs2008项目转换失败,我在vs2010新建项目,��
�加项目文件,编译时出现:错误
1   error C2668: “weibo::make_shared”: 
对重载函数的调用不明确   e:\svn check 
out\weibo\test\weibounittesthelper.cpp  316 1   weibotest




错误  9   error C2679: 二进制“=”: 
没有找到接受“std::tr1::shared_ptr<_Ty>”类型的右操作数的运算�
��(或没有可接受的转换) e:\svn check 
out\weibo\test\weibounittesthelper.cpp  422 1   weibotest


问题怎么解决?

Original issue reported on code.google.com by [email protected] on 9 May 2012 at 8:15

下载不了

    我想用C++开发一项新浪微博应用,但是微博API升级到了V2,所以想到本网站下载一些资源。但是网站的资源都是只读文档,下载下的都是一些HTML文档,并且我的C++水平不是很高,能不能介绍一下具体的加载方法或者直接打包发给我一份程序源文件,不胜感激。



Original issue reported on code.google.com by [email protected] on 4 Oct 2012 at 1:54

运行unit test时应该提供什么username和password?

What steps will reproduce the problem?
1. 编译SDK和unittest通过以后,运行WeiboUnitTest.exe
2. 提示输入username和password。
3. 
是输入我自己的username和password吗?如果是,username就是我的��
�录名还是昵称?是否还要修改程序WeiboUnitTestHelper.cpp中mWeiboPt
r->setOption(weibo::WOPT_CONSUMER, "1016351065", 
"186ea22b3ea58bfa90923f55fe8b2749");的参数,比如:"1016351065", 
"186ea22b3ea58bfa90923f55fe8b2749"


What is the expected output? What do you see instead?
我输入了我自己的登录名(也就是email账号)和password,不改�
��试程序的任何代码,每次都返回错误,错误截屏我放到附件
里面了。

What version of the product are you using? On what operating system?
我的系统是windows7.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Jul 2012 at 4:10

Attachments:

使用VS2008编译且运行,输入用户名和密码,导致 Debugerr,没有完成test

What steps will reproduce the problem?
1. 编译环境:VS2008,WindowXP SP3,最新的 Weibo SDK
2. 
代码下载之后查看,需要的几个库已经在项目中了:Boost,LibCurl
,SSL,CPPUnit。因此直接编译,工程为:WeiboSDK_VC90 及 WeiboUnitTest
3. 编译成功,生成 
WeiboUnitTest.exe,但是运行时输入用户名和密码之后,就弹出 
Debugerr 
对话框,无论选“重试"、”继续“都无法继续运行程序。
经过单步调试,在WeiboUnitTest.cpp 第 50 句 语句”runner.run( 
controller );“出错。

是库的依赖问题,还是我编译方法上的问题啊?
请问出现这种情况应该如何解决?

谢谢

Original issue reported on code.google.com by [email protected] on 27 Mar 2012 at 2:55

怎么运行test中的例子

成功编译了test中的测试程序,
可是运行提示Please enter authorization code
这个应该输入什么啊?不是很清楚。想请问哪位明白的说一��
�,多谢!
我把程序里的key和secret以及改成我的桌面应用了,但是那个��
�调地址我不知道填什么,目前写的是https://api.weibo.com/oauth2/de
fault.html
测试程序里也用的是这个。不知道怎么测试,入门不了啊?��
�教 多谢

Original issue reported on code.google.com by [email protected] on 12 Mar 2013 at 7:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.