-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I created a gadget which is able to post activities:
function postActivity(text) {
var params = {};
params[opensocial.Activity.Field.TITLE] = text;
var activity = opensocial.newActivity(params);
opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH);
};
And…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, i would like to know if i can develop a OpenSocial based application for Orkut, Facebook, twitter with commercial purpose
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I need to open a javascript dialog (either window.open or window.showModalDialog will do), from an opensocial gadget.
It's just to make the OAuth flow. The problem is that the window gets blocked by the popup blockers.
I know this is possible because facebook gadget does that.
Any ideas please…
>>> More
-
as seen on Google Code
- Search for 'Google Code'
With so many different types of websites adopting OpenSocial it has become clear that a "one size fits all" approach isn't appropriate for the OpenSocial spec. Containers have...
>>> More