Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

twitter feed

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

twitter feed

Hi Michael,

Working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

twitter feed

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".

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

twitter feed

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

twitter feed

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

twitter feed

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

twitter feed

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

twitter feed

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

twitter feed

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/...

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

twitter feed

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!

Return to “Issues”