Skip to content

Instantly share code, notes, and snippets.

View chrismessina's full-sized avatar
:atom:
Tap tap tapping

Chris Messina chrismessina

:atom:
Tap tap tapping
View GitHub Profile
/* Label of the button displayed in the confirmation pop-up when the Admin of an Audio Space tapped on the option to block someone. It will block (on Twitter) and remove (kick out) the user from the Audio Space. */
"VOICE_ROOM_ACTION_BLOCK_AND_REMOVE" = "Block and remove";
/* Title for the "View rules" menu entry when the user taps the "options" button in an Audio Space. Tapping this will open a list of Twitter Rules to respect while being on the platform, and especially in the Audio Space. */
"VOICE_ROOM_ACTION_VIEW_RULES" = "View rules";
/* Title displayed in the cell representing the list of remaining people in the Audio Space. %@ gets replaced by an abbreviated (and already localized) number of people, for example: 10 or 50K or 9M. Must be short. */
"VOICE_ROOM_ADDITIONAL_USERS_COUNT_FORMAT" = "+%@";
/* Title of the local notification displayed when the Admin of an Audio Space accepts a request from another user to become a Speaker. */
"Control settings for connected experiences across Instagram, the Facebook app and Messenger, including post and story sharing, login and Facebook Pay.";
"Decide whether message requests go to your Chats list, your \"Message requests\" folder or whether to receive them at all.";
"Message requests from people on Facebook will be delivered to your \"Message requests\" folder unless you choose not to receive them.";
"Message requests from people on Facebook with your phone number in their uploaded contacts will be delivered to your \"Message requests\" folder unless you choose not to receive them. This includes people you aren't friends with on Facebook.";
"Message requests from friends of your Facebook friends will be delivered to your \"Message requests\" folder unless you choose not to receive them.";
"Message requests from people who follow you on Instagram will be delivered to your \"Message requests\" folder unless you choose not to receive them.";
"Message requests from other people on Instagram will be
"Fresh topics";
"Featured in today's fresh topics";
"Play a game of \"Most likely to\"";
"Watch history";
# Instagram Shopping
"Set up Instagram Shopping";
"You'll need a Facebook Page to connect a product catalogue to Instagram. You can choose an existing Facebook Page or make a new one.";
# Identity verification
"\"Verification needed\"",
"\"To verify your information, we'll deposit two small amounts into your bank account and email instructions on what to do next.\"",
@chrismessina
chrismessina / facebook.strings
Last active April 9, 2020 22:39
Updates in Facebook.app
# Free Delivery
"\"To help reduce the financial impact of coronavirus (COVID-19), we're offering free delivery labels for new and existing listings in most categories until 30 June 2020. To use this benefit, select {use a free shipping label} as your delivery method. Neither you nor your buyer will be charged a delivery fee. Labels are provided by Facebook. {ShipEngine terms link}\""
"\"We're offering free delivery labels on Marketplace for items in most categories until 30 June 2020. Neither you nor your buyer will be charged a delivery fee when using this delivery method.\""
"\"To use this benefit, you'll create a free label after an order is placed, print out the label, attach it to the package, and schedule a USPS pick-up or drop the package off at your local USPS facility within three working days. Labels are provided by Facebook.\""
"\"Introducing free delivery labels\""
@chrismessina
chrismessina / ff.py
Last active December 6, 2018 23:21 — forked from elaineo/ff.py
Follow Friday
# -*- coding: utf-8 -*-
from TwitterAPI import TwitterAPI
from collections import Counter
import json
import time
import logging
# Edit ff.py for your account. Go to https://developer.twitter.com/ to get your API keys.
# Don't forget to fill in your screen name (or someone else's).
@chrismessina
chrismessina / uber-in-slack.txt
Created March 30, 2016 00:23
Uber Slack Commands
/uber help
Lists all available commands
/uber estimate to
Gives you a Fare and Time estimate
/uber ride to
Requests an UberX (or equivalent)
/uber status

Keybase proof

I hereby claim:

  • I am chrismessina on github.
  • I am chrismessina (https://keybase.io/chrismessina) on keybase.
  • I have a public key whose fingerprint is 6349 C945 ED53 A576 CAA8 D96A 701D 3261 50C1 B319

To claim this, I am signing this object:

@chrismessina
chrismessina / gist:e81d263aaa8d8c0f66dd
Created December 2, 2014 03:37
Openname verification.
Verifying that +chrismessina is my openname (Bitcoin username). https://onename.io/chrismessina
@chrismessina
chrismessina / experiments.xml
Last active December 31, 2015 02:39
Facebook iOS 6.8 Experiments
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>FBPlaceAttachmentButtonExperimentContext</string>
<string>FBTimelineHeaderCoverDownloadExperimentContext</string>
<string>FBQuickPromotionDebugLogger</string>
<string>FBStorySeenStateExperimentContext</string>
<string>FBTimelineStoriesChunkRequestExperimentContext</string>
<string>FBTimelineStoriesInfiniteScrollingExperimentContext</string>