friend tagging feature #14
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Okay, this is the PR that requires discussion.
I was annoyed that m.facebook.com doesn't support tagging friends in status updates and comments the same way you can on the desktop site (i.e. just by typing their name). I discovered that it is possible to do it on mobile. So I wanted to add this functionality to Tinfoil.
The problem is that it requires cooperation with a Facebook app, so that it can have access to your friends list. The app I created is this one and it has literally no code in it -- it exists to create an API key, and then it redirects to a URL that doesn't exist, and Tinfoil intercepts that.
So, see what you think of the tagging function here! You have to go to the preferences to turn it on, and then while you're typing a status update or comment you click on the "Tag Friend" menu item. When you select one to tag, it inserts a cryptic code into the current text field, and that turns into a tag once you submit it.