Posted by: ProNotion - Wednesday, 22 February 2012 21:56:27
I am trying to get the social media login/registration working in a new site. I kind of have Facebook working but I'm having trouble with Twitter. Whenever I try and login with my Twitter account I get the error "The Twitter ID and Twitter Name does not match!" - I have checked and confirmed both are correct.
Any ideas what the issue is?
Posted by: tha_watcha - Thursday, 23 February 2012 01:17:35
[quote=ProNotion;53396]I am trying to get the social media login/registration working in a new site. I kind of have Facebook working but I'm having trouble with Twitter. Whenever I try and login with my Twitter account I get the error "The Twitter ID and Twitter Name does not match!" - I have checked and confirmed both are correct.
Any ideas what the issue is?[/quote]
Its a bug and fixed in latest [url=http://yafnet.codeplex.com/SourceControl/list/changesets]source code[/url]. This will be fixed in 1.96 Final
Posted by: ProNotion - Thursday, 23 February 2012 09:38:40
Thanks for the update. Is there an ETA on 1.96 Final release? In the interim would you say the current RC is stable enough for use in production?
Thanks, SImon
Posted by: bbobb - Thursday, 23 February 2012 11:01:47
It's recommended to wait until a next release, it will contain bug fixes for bugs reported here and some perfomance tweaks. It doesn't have ETA but RC1 didn't contain too many bugs to postpone the next one for a very long time. If you didn't upgraded at RC1 time it's better to wait. It will not contain new features, but found bugs will be fixed and it'll contain some perfomance tweaks.
Posted by: ProNotion - Thursday, 23 February 2012 11:06:13
Unfortunately this was a clean install of the RC1 release and we have gone a bit far down the road to consider downgrading for a short period. Is there a definitive list of bugs that are outstanding or reported since the release of RC1?
Thanks
Posted by: bbobb - Thursday, 23 February 2012 11:19:41
Simon, wait for Final or use the current repository code to compile it. As a said RC1 is not very buggy. IMHO. Use search for details begining with the release date.
Posted by: ProNotion - Thursday, 23 February 2012 11:21:24
OK thanks, no problems building from the source.
Posted by: ProNotion - Thursday, 23 February 2012 16:00:28
Are there some SQL Updates that need to run in addition to building from the source as after deploying the dll's I am getting an exception "Procedure or function 'yaf_pageload' expects parameter '@CurrentTime', which was not supplied.".
Thanks
Posted by: tha_watcha - Thursday, 23 February 2012 16:06:27
[quote=ProNotion;53423]Are there some SQL Updates that need to run in addition to building from the source as after deploying the dll's I am getting an exception "Procedure or function 'yaf_pageload' expects parameter '@CurrentTime', which was not supplied.".
Thanks[/quote]
Yes you need to run the upgrade wizard ../install/default.aspx
Posted by: ProNotion - Thursday, 23 February 2012 21:27:03
Sorted - thanks. Twitter and Facebook logins working a treat now!
Posted by: EssexMale - Saturday, 7 June 2014 00:56:47
I have followed the instructions in [url=https://github.com/YAFNET/YAFNET/wiki/Twitter-Integration]this[/url] article but it just doesn't work for me in version 2.1.2
The single sign on is checked and I have set the callback url to the base url. All I get is the username/password dialog empty and it still says login. It doesn't matter what device I use I am not getting past the login screen. Any idea's what the issue is?
Posted by: tha_watcha - Sunday, 8 June 2014 13:44:39
[quote]All I get is the username/password dialog empty and it still says login.[/quote]
Where you able to connect the user or create a new user first? Or when exactly did you see the empty login dialog?
Did anything happen when you click on "Login or Register with Twitter"? Did you upgrade the urlrewriter.config on the last upgrade?
Posted by: EssexMale - Sunday, 8 June 2014 14:09:28
I follow the steps in that document for Twitter, get the 'Login or Register with Twitter' button & absolutely nothing happens except the username/password dialog is cleared on postback on button press. The values exist in the app.config file and I restart the application to load in the config values.
BTW: Google have changed things so the Google instructions require updating
Posted by: tha_watcha - Sunday, 8 June 2014 14:43:45
[quote=EssexMale;63901]I follow the steps in that document for Twitter, get the 'Login or Register with Twitter' button & absolutely nothing happens except the username/password dialog is cleared on postback on button press. The values exist in the app.config file and I restart the application to load in the config values.[/quote]
As i already wrote above this is an issue of the urlrewriter.config. Make sure this file is upgraded
Posted by: EssexMale - Sunday, 8 June 2014 14:58:28
I follow the steps each time when upgrading and not once have I ever seen documentation about upgrading that file
I replaced the contents from the upgrade file and it got further. Go to the Twitter login info then click CANCEL not authorise and it takes me back to:
/forum/?g=login (forum is the root folder)
which gives a 500 Internal Server error