Page 1 of 2

twitter feed

Posted: Mon May 27, 2013 9:49 am
by Michael4771079

Hi,
I want to add a twitter feed from a particular twitter page which updates itself every time a new tweet is posted, in a web app, I have read the twitter search app docs, I trying to figure out if I alter this to achive the above, I dont want to search all twitter, just info from this twitter account.

thx


twitter feed

Posted: Mon May 27, 2013 11:10 am
by Kateryna Grynko

Hi Michael,

Working on it.


twitter feed

Posted: Mon May 27, 2013 1:53 pm
by Kateryna Grynko

You can use Twitter Search: http://docs.appery.io/tutorials/build...

In Request parameter "q" paste the following text:
codefrom:twitterapi/code
Then the service searches only in Twitter account "twitterapi".


twitter feed

Posted: Mon May 27, 2013 3:04 pm
by Michael4771079

Hi Katya,
got that to work to a point

test successful from the twitter account I requested, but the auto create response generated different paramaters than are in the tutorial, so I dont know what to map to what?

screenshot
Image


twitter feed

Posted: Mon May 27, 2013 4:24 pm
by Maryna Brodina

Hello! It's really up to you what results to map.


twitter feed

Posted: Mon May 27, 2013 5:41 pm
by Michael4771079

Cheers Marina,
I have it working,but I want to hide the search input, I tried to hide but it then doesnt seem to send the search, do you know how to add search in mapping with js,
Thanks

Image


twitter feed

Posted: Mon May 27, 2013 5:47 pm
by Michael4771079

I forgot this bit, how to invoke this service every 60 seconds


twitter feed

Posted: Mon May 27, 2013 5:53 pm
by Maryna Brodina

You would need to use timer to invoke service every X seconds. This post should help https://getsatisfaction.com/apperyio/...
I'll update about search input.


twitter feed

Posted: Mon May 27, 2013 7:02 pm
by Maryna Brodina

Could you clarify - do you mean you don't want to show search input on page, but want to set search parameters/filter results on mapping stage? If so - this link should help https://getsatisfaction.com/apperyio/...


twitter feed

Posted: Mon May 27, 2013 7:13 pm
by Michael4771079

Thx Marina,
I just want to hide search input and search btn from eu, the link you ave above refers to displaying from service, I want to hide components in ui but still search for "tynetravel" on screenload and timed, which is running perfectly!