Link to home
Start Free TrialLog in
Avatar of David_Duong
David_DuongFlag for United States of America

asked on

Technology used in this glue code

Hi experts,

Briefly, in Edmodo (https://www.edmodo.com) , I install an app connect to zondle (https://www.zondle.com/publicPages/welcome.aspx).

 User generated image
This app will automatically create an account in zondle (first time when I run this app).

Then this app automatically "forward" me to zondle without login (*). Then I can work with zondle but the URL is still Edmodo. (**)
User generated image
Please explain what need to build (*) and (**).  Both Edmdo and zondle has API but I am not sure what kind of API needed for (*) and (**).

Thanks,
Avatar of David_Duong
David_Duong
Flag of United States of America image

ASKER

Any help please? I can provide login account if needed on both Edmodo and zondle.
Avatar of mccarl
Please explain what need to build (*) and (**)
I'm not exactly sure what you are asking here?

Are you asking how to emulate what is happening here between Edmodo and Zondle with your own different applications? Or are you just asking how they did it in Edmodo and Zondle just out of curiosity? Or something else?

What you have posted above about what Edmodo and Zondle currently do is fine, I get that. I just don't quite get exactly what you are after.
mccarl, thanks for your comment.

I plan to build app an similar to connect to zondle.  So it is not just curiosity but practical.
Ok, I found the below diagram on the Zondle website that describes the API login procedure...
apiFlow.pdf
The rest of the API documentation appears to require a log in, so I can't see exactly what things you can do with it, but I bet that everything that Edmodo does can be done via that API. Something to note though.... it appears that you actually need to contact Zondle and get approved as a "partner" to be able to use their API (they would assign you the pa_partnerAPIKey that is described in the top middle box of the above diagram).
Could you please explain (**). What zondle use to maintain Edmodo URL? Do they use iFrame?
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks mccarl for your comment.

Here is I found in zondle:

"The zondle API enables 3rd party servers to authenticate their users on the zondle platform seamlessly and display zondle content and functionality on their website.".

Could you provide me high level thought of how they can achieve "display zondle content" via API?
Thanks for helping me out.