Timeline with dynamic search query (Ionic)

2019-09-12 08:50发布

Twitter gives the possibility to create a timeline widget from a specific query and id. I'm developping an Ionic Cordova app and I want to create timeline with the query search given by the user (from an input for example). Is that possible?

When I test the Twitter widget timeline in my device, the button event (like, retweet...) doesn't work. Can anyone please explain me why?

Thanks!

1条回答
Anthone
2楼-- · 2019-09-12 09:53

First check ngcordova and ng-cordova-oauth is installed proper or not. you can use steps of Adding google plus login to ionic app

than use ionic serve. click on your login button. it will give error "Cannot authenticate via a web browser". it confirmed that you ngCordova and ng-cordova-auth working perfect.

Note:- its working in Devices only

查看更多
登录 后发表回答