dfrn_request Needs to be removed as Friendica develop has no longer support for it #86

Closed
opened 2022-04-25 12:35:44 +02:00 by roland · 1 comment

The route over dfrn_request does no longer exist in current friendica develop branch and needs to be removed/changed here accordingly. Also current stable 2022.03 does not have the said route anymore.

Please refer to current discussion at https://friendica.mnementh.co.uk/display/a42fa01a-1862-6665-1ede-15a865561099

Example URL (version 2022.03):
https://friendica.mnementh.co.uk/dfrn_request/spyro

Now returns a "Page not found" which leads to that people can no longer follow accounts found over the Friendica directory.

The route over `dfrn_request` does no longer exist in current friendica develop branch and needs to be removed/changed here accordingly. Also current stable 2022.03 does not have the said route anymore. Please refer to current discussion at https://friendica.mnementh.co.uk/display/a42fa01a-1862-6665-1ede-15a865561099 Example URL (version 2022.03): https://friendica.mnementh.co.uk/dfrn_request/spyro Now returns a "Page not found" which leads to that people can no longer follow accounts found over the Friendica directory.
Owner

Michael technical answer: https://friendica.mrpetovan.com/display/ec054ce7-2062-6684-5d34-028654304119

In the XRD we are propagating the endpoint for http://ostatus.org/schema/1.0/subscribe.

For my system this is https://pirati.ca/follow?url={uri}. The {uri} value has to be replaced with the URL that the user wants to subscribe.

So when I'm visiting the global directory via pirati.ca and want to subscribe the user heluecht from squeet.me then the URL will look like this https://pirati.ca/follow?url=https://squeet.me/profile/heluecht.

Michael technical answer: https://friendica.mrpetovan.com/display/ec054ce7-2062-6684-5d34-028654304119 > In the XRD we are propagating the endpoint for http://ostatus.org/schema/1.0/subscribe. > > For my system this is https://pirati.ca/follow?url={uri}. The {uri} value has to be replaced with the URL that the user wants to subscribe. > > So when I'm visiting the global directory via pirati.ca and want to subscribe the user heluecht from squeet.me then the URL will look like this https://pirati.ca/follow?url=https://squeet.me/profile/heluecht.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/friendica-directory#86
No description provided.