I'm interested in people's experiences and opinions about approaches to third-party extensibility in web applications and extending applications into a heterogenous corporate environment. Consider a Salesforce style application. Users want to be able to extend the Salesforce application itself and share data / functionality outside of S...
Hello there,
I am currently developing an opensocial gadget and got some troubles with creating an activity notice.
After submitting a form I want a new activity to show up for my friends/contacts using this function of mine:
function create_activity() {
console.log("invoke create activity");
var data = {};
data[opensocial.Activ...
let say i have a page , and i want to allow 3rd party to embed small application/iframe into my page. in order to use caja on my page to secure the 3rd party small app/iframe. do i need to put any extra javascript/serverside code in order to use caja? fetching of the 3rd party small application is done through proxy or direct iframe?
...
I have follwing JSON:
{"mykey":[{name:"Jak",interests:"movies"}]}
and following opensocial app code:
<script type="text/os-template" require="mykey">
<ul>
<li repeat="${mykey}">
<span>Offer id: ${Cur.name}</span>
<span>Offer: ${Cur.interests}</span>
...
Opensocial`s os:Get is not working for me and not getting what actually going wrong!
<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/markup">
<os:OwnerRequest key="owner" fields="currentLocation" />
</script>
<script type="text/os-template" xmlns:os="http://ns.opensocial.org/2008/markup"> ...
is OpenSocial tag os:Get is supported in v0.9?
If have some examples plz write! Any OpenSocial developers!
...
Hi all,
I am getting data in the Social App in form of JSON. I am using OpenSocial v0.9 Templates to render data in the App with the tag but the problem is I want to render data in tabular form, but with it repeats items in a row so is there any way possible!
Regards,
Abhishek
...
I want to display data in a tabular form using <ul> and <li> as shown below:
mydata mydata mydata mydata mydata mydata
mydata mydata mydata mydata mydata mydata
mydata mydata mydata mydata mydata mydata
I cannot use <table>; I have to use <ul> <li>. Actually the problem is with OpenSocial while rendering data coming from JSON <li repe...
How can we use DOJO from CDN in OpenSocial App?
...
How can we use DOJO from CDN in OpenSocial App? If someone have a sample then that will be really helpfull!
...
I know you cant do that with the Facebook API. Does OpenSocial allow me to do that?
...
Hey,
I'm writing a program and i need to uniquely identify a widget so that I can persistantly refer to it.
In generating a hash using the ModuleId, ownerId and application Id.
MySpace doesnt seem to pass the opensocial_app_id parameter when using OAuth.
Does anyone have any ideas of other ways to identify a widget/profile box or know...
Hi All,
I am trying to integrate MyspaceID into our new application (which doesn't run on myspace) where we would like to use OAuth for authentication then pulling Myspace user profile data.
Can we use OpenSocial client library to build off-site (myspaceid) applications? or I have to use Myspace SDK?
...
The fact that Delicious has two sets of API authentications one with username and password and one with oAuth told me something about things I was going to experience and I wasn't wrong. Unfortunately I have to deal with both APIs now and am unsuccessful getting through the first hurdle of API v2 (Yahoo oAuth).
Here is a code snippet (I...
For OpenSocial, it requries that you have a separate webserver with a non-self-signed SSL Cert. Can I run one app server for multiple websites or is it always one server per website that will actually be running opensocial?
Also, can the app server be the same server that is hosting the website?
...
Hi,
I have a javascript function, I want it to be called programatically on init and later onClick event but its not getting called programatically but works ok with onClick.
The example would be:
function init() {
a();
}
init() is called on initialization which should call a() but thats not happening!
...
Is there any c# sample code of integrating orkut from an ASP.NET web site (oauth authentication, retrieving friends, etc.)
Any help would be appreciated
Thank you
...
Please suggest where can I find good resources (tutorial/books/example code etc) for this
...
I am working on a Yahoo! App which involves the usage of Profile Information of the logged in user. The Application is being developed using yos-social-php and is hosted on one of our Servers.
As per the requirement, I need the Birthday of the user for a special task. To achieve this, I loaded the user profile and echoed it in the brows...
Does anyone know if (and how) I can build an application (Java/Ruby/whatever) doing REST or RPC calls to a social network like Orkut (using opensocial) to search for a user by name or email address? So far I know that I can list all friends for a particular user ID, but I want to search among all users. Would I need to code it as an app/...