ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,609
- Points
- 823
Reputation:
I have an add-on I'm building, but am struggling to identify why I cannot see the api scope I have defined showing up on the user conscent page:
XML:
In phrases.xml, I have three corresponding entries as well:
XML:
Read more
Continue reading...
XML:
Code:
<?xml version="1.0" encoding="utf-8"?>
<api_scopes>
<api_scope api_scope_id="myapp:delete_hard"/>
<api_scope api_scope_id="myapp:read"/>
<api_scope api_scope_id="myapp:write"/>
</api_scopes>
In phrases.xml, I have three corresponding entries as well:
XML:
Code:
<?xml version="1.0" encoding="utf-8"?>
<phrases>
<phrase...
Read more
Continue reading...