Closed GoogleCodeExporter closed 9 years ago
Twitter API v1.0 (which is used by this librairie) is now depreciated. The
creator of twitcurl have to upgrade it but I know not whether it will...
There is no C++ librairie that use Twitter API V1.1 at the moment, tahnks
Twitter --"
Original comment by toine52...@gmail.com
on 13 Jun 2013 at 7:51
Thanks for that.
There does, however, seem to be a little known c++ twitter lib supporting 1.1.
https://github.com/Neozaru/LibTwitter-Core
Original comment by hepplewh...@gmail.com
on 13 Jun 2013 at 9:13
Did you test it? Does it work well?
Original comment by toine52...@gmail.com
on 13 Jun 2013 at 1:27
I've compiled it successfully but I'm still getting to grips with the API (had
to generate the documentation). I'll let you know how I get on.
Original comment by hepplewh...@gmail.com
on 13 Jun 2013 at 2:25
Well, I've managed to download a JSON. I'd give it a go (it took me ages to
build on ubuntu- you need to run autoconf -fi then ./configure then make then
install).
Original comment by hepplewh...@gmail.com
on 13 Jun 2013 at 2:41
Thankyou, you save my life.
But the autoconf says this:
configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
?!
Original comment by toine52...@gmail.com
on 14 Jun 2013 at 9:09
I found! I got like this:
autoreconf -i
autoconf
./configure
make
sudo make install
Original comment by toine52...@gmail.com
on 14 Jun 2013 at 10:28
Can you parse the json string? I'm struggling with jsoncpp.
Original comment by hepplewh...@gmail.com
on 14 Jun 2013 at 11:42
yes I can, I use Gt5 with QJson; :)
But I am unable to authenticate me and so I do not get Json file ...
Did you succeed?
Original comment by toine52...@gmail.com
on 17 Jun 2013 at 7:25
in twitcurl.cpp changed
m_eApiFormatType( twitCurlTypes::eTwitCurlApiFormatXml )
to
m_eApiFormatType( twitCurlTypes::eTwitCurlApiFormatJson )
in twitcurl.h all URL's changed from */1/* to */1.1*
and it seems works again.
Original comment by navi.1...@gmail.com
on 17 Jun 2013 at 8:21
Hello all,
twitcurl is updated to v1.1 twitter APIs with HTTPS support. Example
application is updated as well.
I apologize for the delay :)
Original comment by swatkat....@gmail.com
on 22 Jun 2013 at 7:06
Original issue reported on code.google.com by
hepplewh...@gmail.com
on 12 Jun 2013 at 6:30