06-15-2012 07:34 PM
Selom,
THANK YOUYour code sample is very helpful. It is the first time I have seen how to tie together the data source(from a web service) and other elements like iteration, etc.
This will get me started in the right direction.
06-19-2012 01:20 PM - edited 06-19-2012 01:22 PM
Just wanted to say thanks for posting that source code. Really helped me a lot.
For anyone else who is copying the source into momentics, watch out when copying the code, the twitter query URI will be truncated so get the full url by right clicking on the link and opening it in a new window.
Or just get it here (sorry I can't figure out how to NOT make it a link):
http://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_n ...
06-20-2012 03:17 PM
I just wanted to say Thanks to Selom as well. I needed an example like this ![]()
06-29-2012 11:08 PM
07-03-2012 11:26 AM - edited 07-03-2012 01:26 PM
Thank you Selom for that nice and thoughful example has it helped me understand a little bit more and helpme a bit more in finishing up my app.
Thank you for the help again.
08-09-2012 04:54 PM
Selom (or anyone) by chance can you update the sample code in the post marked as a solution so it works in Beta2? I get build errors in the app.cpp file and looking at the Upgrade to beta 2 I dont see what needs to be changed to make it work ![]()
08-09-2012 05:27 PM
Pretty sure all you have to add is the
LIBS += -lbbdata
In the .pro file
Worked for me
08-09-2012 05:42 PM
Yep that worked. Thanks.
08-24-2012 04:45 AM
when I run App .. return this error:
"Error: Host requires authentication status:401"
Error retrieving twitter fee: "Error: Host requires authentication status:401"
12-06-2012 09:27 AM
Just adding to this thread that you can also do this in QML - you don't have to mix with C++ just to do simple Ajax style requests.
I got it working and posted some code here: