jcmag
jcmag
I want to display a specific page when my FlipActivity is displayed. I tried to use smoothFlipTo (at the end of FlipActivity.onCreate) but it doesn't work... it's always the first...
Hi, I'm using streams to receive tweets in my app (using Stream.CreateFilteredStream()), and a few days ago I started seeing this error in my log files: 2022-08-06 16:08:38,638 DEBUG [TwitterReader]...
Hi, Here is some code that works on my dev machine: ``` var appClient = new TwitterClient(Constants.TwitterConsumerKeyAccount1, Constants.TwitterConsumerSecretAccount1); var authenticationRequest = await appClient.Auth.RequestAuthenticationUrlAsync(); _log.Info($"authenticationRequest: {authenticationRequest.AuthorizationURL}"); ``` All is fine and...
Hi, I'm using Filtered Streams and it works well... most of the time. Sometimes I don't receive anymore tweets, and I have to restart the stream. But when tweets don't...
Hi, I have an app that was working fine until now, but now I can't anymore retrieve channels videos, I get "The resource you tried to access was not valid"...
Hi, I've installed morss using Docker, and when I type this URL: https://www.fcbarcelona.com/en/football/first-team/news I get these errors:  (but it works if I enter a valid RSS feed URL)
### Routes ```routes /tiktok/user/:user ``` ### Full routes ```fullroutes /tiktok/user/@iyakhyar0v ``` ### Related documentation https://docs.rsshub.app/en/social-media.html#tiktok ### What is expected? A URL to a video that is working ### What is...
Hi, In case of a video, the RSS feed just contains a link to a thumbnail picture. Would it be possible to add a link to the video?
Hi, I get an error 500 when I enter "mt crosby road" for a Twitter search: Application Error The application could not run because of the following error: Details Type:...
Hi, Is it possible to use granular scopes, for example: read:statuses instead of read, when creating an app? for users you don't want to give full read or write access...