A note about using hrefs in Apps

Please avoid hard coded links pointing to our sandbox server inside your applications.  Instead, you should either use relative links or point to www.hi5.com for Notifications and Activity to make your applications function properly and avoid any confusion amongst users.  For any other links inside your app, use requestNavigateTo() or www.hi5.com if requestNavigateTo is not an option for some reason.

For example:

Notifications and Activity links can be relative or to www.hi5.com:

www.hi5.com/friend/apps/displayAppCanvas.do?appId=xxxx

or /friend/apps/displayAppCanvas.do?appId=xxxx

 
Application Links should use requestNavigateTo or www.hi5.com:

requestNavigateTo(‘canvas’,params);

or www.hi5.com/friend/apps/displayAppCanvas.do?appId=xxxx


You can get the appId by hovering mouse over Refresh or Edit link from the Developer Console and observing the url.
  Feel free to contact hi5 Platform team at platform-help@hi5.com if you have any questions.


Leave a comment

Recent Entries

  • OpenSocial 0.8 Moved To Live Environment

    We have now finished the migration of the Platform in production to OpenSocial v0.8. We'd like to thank the developers who helped test 0.8 while...

  • Translation Service for OpenSocial Applications on hi5

    Reaching a Wider Audience: Community-based Translations for Applications Hi5 has a large audience in Spanish-speaking markets, Thailand, Romania, Portugal, and many other countries. How much...

  • OpenSocial 0.8 In Beta On hi5

    Following close behind the release of the OpenSocial 0.8 specification two months ago, we have been hard at work implementing it, and are happy to...

  • Statistics API Available on Sandbox

    The Statistics API that we announced two weeks ago is available on sandbox. Please use the endpoints described in the earlier post, prefixed with http://sandbox.hi5.com/rest....

  • hi5 Providing Library For Templates

    The hi5.template library is a browser side, Javascript library which enables you to fuse Javascript data and logic into your HTML. It simplifies writing...

Close