forked from YAFNET/YAFNET
-
Notifications
You must be signed in to change notification settings - Fork 0
Twitter Integration
w8tcha edited this page Aug 24, 2013
·
1 revision
To Enable Twitter Single Sign On Integration in YAF.NET (2.00 or higher is required)...
- You need to Enable "Enable Single Sign On" in the Host Settings of your Forum.
- And you need an Twitter Application for your website.
Everything you need to know can be found on the Twitter Developers Portal (Of Course you need an Twitter Account)
- Go to https://dev.twitter.com/apps
- Click on "Create a new application"
- Completly Fill Out the "Application details" Form. Do not forget to Define the Callback URL, you can enter anything you want it will be automatically replaced by YAF.NET
- In the Application Settings the Application Type needs to be set to "Read and Write"
- After your Application is created your Consumer Key/Secret are created, which are needed for YAF.NET.
- The Consumer Key/Secret needs to be entered in the app.config in your Forum
<add key="YAF.TwitterConsumerKey" value="XXXX" />
<add key="YAF.TwitterConsumerSecret" value="XXXX" />
When Everything is setup correctly a "Login with Twitter" Button should occur on the login page.
- Users are able to Register/Login with Twitter
- Users can connect an existing Forum account with Twitter
YetAnotherForum.NET (YAF) the Open Source Discussion Forum for ASP.NET - http://YetAnotherForum.NET
Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved