Hi,
if I try .../api/v3/admin/tokens/?_uid=0 with my admin bearer token I get the following result:
404
What am I doing wrong?
What's the purpose of this?
I would like to create a link that passes the user's id to paypal, so when they donate directly through paypal, they can all my callback url with the variable, so I can make it create a topic and set the topic creator as the one that donated.
Well you could maybe use a javascript:
link.
javascript:window.open('paypal.com/.../?uid=' + app.user.uid)