By Govind Prajapati on Wednesday, 20 January 2016
Replies 5
Likes 0
Views 0.9K
Votes 0
Hello is there a way we can get all the profile data of all the members in JSON via some function or anything?
Hi,

May I know what are you trying to do. Currently, we do not have function for profile which returns in JSON format. However, may I interest you using our API to get the profile object http://stackideas.com/docs/easysocial/developers/users/retrieving-user-profile . Then you can encoded into JSON.

Please advise and let me know the result.

Regards,
Zue
Zue
·
Wednesday, 20 January 2016 19:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, I can share the basic Idea,

we are developing a Native iOS app which allow users to see other members and view their Information
like contact details and all profile information (As of Now everything will be visible)

So basically its a member directory app, where we make users to see their profile, edit and view and search other members, in next sprint we want to enable communication using messages functionality from easysocial.


So basically we need all objects in one call and then encode them in JSON and send via webservice.

Also I read your roadmap for 2.0 that you have the Profile Edit json api coming, would like to have it right now, if its ready, else we will have to figure out the way on our own.

any help specifically to profile editing is appreciated.

Thanks
·
Wednesday, 20 January 2016 19:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Govind,

We actually have a "JSON" api that we built a while ago. However, it doesn't have the ability to list down user's details currently. You can create a new view.json.php file in the /components/com_easysocial/views/users/ folder. And take a look at the existing view.json.php files across other views
·
Wednesday, 20 January 2016 21:31
·
0 Likes
·
0 Votes
·
0 Comments
·
OK got it,

One help, How to retrive, Firstname Lastname and Middlename in seperate variable?
·
Monday, 25 January 2016 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately we don't have such function currently.
·
Monday, 25 January 2016 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post