We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049c467 commit ac5539eCopy full SHA for ac5539e
TweeBox/AppDelegate.swift
@@ -19,7 +19,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
19
20
// Twitter Kit
21
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
22
- Twitter.sharedInstance().start(withConsumerKey:"yuo33GhvlWXA465CE1wrIhvss", consumerSecret:"ji2rPh5sMDjR4vj4HC24ZGDpZ0miGVJagCCiIkJsoZsMmTKYcF")
+ Twitter.sharedInstance().start(withConsumerKey:"KEY", consumerSecret:"SECRET")
23
24
return true
25
}
0 commit comments