Actions
Bug #4933
closedJoomla language filter rewriting endpoint URL
Description
When a multilingual site is in use and the language filter system plugin is enabled it's causing the endpoint URL to be rewritten resulting in it failing.
Updated by krileon almost 10 years ago
- % Done changed from 0 to 50
This is due to the server headers not being updated to the correct path. However, fixing this causes the Facebook API library to lose its cookie/session tracking. No other social site is effected by the fix. A manual fix may need to be applied to Facebook API library to fix the second part of the issue.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
This is a bug in the Facebook API library where there is no support to send the correct redirect_uri with the user access token from code request. A fix has been manually applied to the Facebook API library so the callback (endpoint) URL is properly given as the redirect_uri.
Actions