By Claudio Pizzini on Friday, 27 December 2013
Posted in Technical Issues
Replies 9
Likes 0
Views 1K
Votes 0
Hi,

I would like to connect my app mobile with Easysocial (ex. Timeline, album etc), can give me some suggestion for doc to read/check, i look for the API doc but no found nothing to esaustive, or/also suggest me thebetter way to do it ? thank you

Regards
Hi,

Our docs for EasySocial is at http://docs.stackideas.com but I am afraid we don't have a full API yet to retrieve certain elements for mobile app development.
·
Friday, 27 December 2013 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thank you for you answer, do yuo have a plan that when the API could be available ? and what is them satus now ?

Regards
·
Friday, 27 December 2013 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Sorry but currently we are focusing more on the development of features.
·
Friday, 27 December 2013 15:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thank you for your answer, sad to read this, if this component cannot be extensible for long time maybe for professional use is not suitable, sorry is my wrong i thinked the power of extensibility was a strenght of this product, looking it in the future....

Regards
·
Friday, 27 December 2013 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Claudio,

I am sorry but what sort of APIs are you looking at?
·
Friday, 27 December 2013 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I am lookink for the API to retrive/addon/update timeline/post/photo etc , also if the API is no ready yest some other way i can use, of course need technical documentation

Regards
·
Friday, 27 December 2013 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Claudio,

It's really easy to retrieve these data if you understand the basic idea of how EasySocial / Joomla works . For example, to retrieve a model object from EasySocial, all you need to do is to run the code below:


<?php
require_once( JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/foundry.php' );

// Retrieve photos model
$model = Foundry::model( 'Photos' );


Just take a look a the model files located in /administrator/components/com_easysocial/models/ and you will be able to locate the methods that you need Some of the APIs has already been updated at http://docs.stackideas.com/developers/ and you might want to check them out there.
·
Friday, 27 December 2013 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

Thank you very much for your explanation, i was sure that cannot be different that what i thinked about this wonderfull component, maybe missunderstand before, i have to say sorry to Jason.

You told me about the retrieve, image that upload/addon is same concept, right ?

I start the implementation of my app at the start of new year, following your suggestion and the doc that are available, please when "i" will work on if have some question about can make ?

Thank you, Regards
·
Saturday, 28 December 2013 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Claudio,

Sorry but I don't quite get you here. Can you please elaborate more on this please?
·
Saturday, 28 December 2013 14:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post