parent
0526200e59
commit
39c52c53c2
|
@ -75,7 +75,7 @@ Add the Twitter middleware in the `Configure` method in `Startup.cs`:
|
|||
```csharp
|
||||
app.UseTwitterAuthentication(new TwitterOptions()
|
||||
{
|
||||
ConsumerKey = Configuration["Authentication:Twitter:ConsumerId"],
|
||||
ConsumerKey = Configuration["Authentication:Twitter:ConsumerKey"],
|
||||
ConsumerSecret = Configuration["Authentication:Twitter:ConsumerSecret"]
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue