-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Google module documentation to toc. Fix Facebook and Twitter docu…
…mentation
- Loading branch information
Showing
4 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
# Twitter (OrchardCore.Twiter) | ||
# Twitter (OrchardCore.Twitter) | ||
|
||
This module adds Twitter for Websites features to OrchardCore. | ||
|
||
## Sign in with Twitter | ||
|
||
Authenticates users with their Twitter Account. | ||
|
||
Create an app in the [Twitter Developer Platform](https://developer.twitter.com) and enable Sign in with Twitter. | ||
Create an app in the [Twitter Developer Platform](https://developer.twitter.com) and enable Sign in with Twitter. | ||
In the app details, you must configure the Callback URL. The default url in OrchardCore is [tenant]/signin-twitter. | ||
|
||
Configuration can be set through the _Twitter -> Sign in with Twitter_ settings menu in the admin dashboard. | ||
|
||
Available settings are: | ||
|
||
+ ConsumerKey: API key found in the keys and tokens tab of your twitter app. | ||
+ ConsumerSecret: The API secret key of your twitter app. | ||
+ CallbackPath: The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives. | ||
- ConsumerKey: API key found in the keys and tokens tab of your twitter app. | ||
- ConsumerSecret: The API secret key of your twitter app. | ||
- CallbackPath: The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives. | ||
If no value is provided, setup Callback URL in Twitter app to use the default path /signin-twitter. | ||
|
||
*Users Registration* | ||
+ If you want to enable new users to register to the site through their Twitter account, the `OrchardCore.Users.Registration` feature must be enabled and setup accordingly. | ||
+ An existing user can link his account to his Twitter account through the External Logins link from User menu. | ||
|
||
|
||
|
||
- If you want to enable new users to register to the site through their Twitter account, the `OrchardCore.Users.Registration` feature must be enabled and setup accordingly. | ||
- An existing user can link his account to his Twitter account through the External Logins link from User menu. |