By Peter on Saturday, 06 February 2016
Replies 3
Likes 0
Views 1.3K
Votes 0
Hi,

I want to get profile information for an user of an app. So I tried to post the following URL:
index.php?option=com_easysocial&view=profile&format=json


All I get are some information about the super user. I think I need to authenticate my user first and so I tried to do that using the following URL:
index.php?option=com_easysocial&view=account&username=MYUSERNAME&password=MYPASSWORD&format=json

But all I get back is an empty reply without an user id or auth code. What are the correct parameters and URLs to be used?

Thanks a lot
Peter
This is the correct URL to perform an authentication request,

·
Saturday, 06 February 2016 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot for the quick reply! It works like charm
·
Monday, 08 February 2016 07:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Peter
·
Monday, 08 February 2016 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post