Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 735 Bytes

File metadata and controls

25 lines (19 loc) · 735 Bytes

Twitter Notifier

Provides Twitter integration for Symfony Notifier.

DSN example

TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default

where:

  • API_KEY is your Twitter API Key
  • API_SECRET is your Twitter API Key Secret
  • ACCESS_TOKEN is your read+write Twitter Access Token
  • ACCESS_SECRET is your read+write Twitter Access Token Secret

Resources