I'm having some issues with the Twitter ID, when I authorisze the twitter account in Content I get through the authentication screen, it lets me login and authorisze, but when I get taken back to the content page the user ID is wrong.
It was working with the old twitter account, however once I got it over to the new once it won't work at all, is there anything in the twitter settings that I need to change?
Over time, the IDs of new Twitter accounts has grown larger than what can be interpreted as a number in JavaScript, which most likely is what is causing the issue you're describing.
With the new release, IDs are instead stored as a string, which then should fix the issue ;)
Twitter ID Error
Hi,
I'm having some issues with the Twitter ID, when I authorisze the twitter account in Content I get through the authentication screen, it lets me login and authorisze, but when I get taken back to the content page the user ID is wrong.
It was working with the old twitter account, however once I got it over to the new once it won't work at all, is there anything in the twitter settings that I need to change?
Thanks, Lucy.
Hi Lucy,
I pushed a new release a few days ago that might fix this:
https://github.com/abjerner/Skybrud.Social.Umbraco/releases/tag/v1.0.7
Over time, the IDs of new Twitter accounts has grown larger than what can be interpreted as a number in JavaScript, which most likely is what is causing the issue you're describing.
With the new release, IDs are instead stored as a string, which then should fix the issue ;)
is working on a reply...