Skip to content

Commit

Permalink
Remove with_replies option
Browse files Browse the repository at this point in the history
Twitter have decided that replies ought not to be publicly available in their web ui without logging in

I think it is a troubling move towards the privatized "walled garden" mentality of FB et al.

The consequence for TwitRSS.me is that it will no longer be able to support the with_replies feature. Pity. That was useful.

This commit removes the feature from the UI. Its still there in the API. Just won't return ant results.

References: ciderpunx#33
  • Loading branch information
charlie committed Jun 21, 2017
1 parent 30bc345 commit e319370
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Expand Up @@ -42,10 +42,8 @@ <h2>Get your twitter user feed as RSS</h2>
<p>
<form action="/twitter_user_to_rss/" method="get">
<label for="screen_name">Twitter User:</label><br />
@<input name="user" id="screen_name" type="text" class="input" maxlength="140" size="20" value="" placeholder="ciderpunx" /> <br />
<label for="replies">With replies?:</label>
<input name="replies" id="replies" type="checkbox" style="margin-left:1.2em" /><br />
<label class="hid" for="submit"> &nbsp; </label>
@<input name="user" id="screen_name" type="text" class="input" maxlength="140" size="20" value="" placeholder="ciderpunx" /> <br /> <br />
<label for="submit" class="hid"> &nbsp; </label>
<input id="fetch" type="submit" value=" Fetch RSS " class="btn btn-primary btn-lg" />
</form>
</p>
Expand Down

0 comments on commit e319370

Please sign in to comment.