I've been working on integrating Open Social into a service, and modifying Apache Shindig to accommodate. There are some non-open-social features I'd like to use, and I've figured out so far how to add basic js features and server-side data methods. However, I'd like to add to the Data Pipelining standard, and I'm having a hard time find...
Is there a way to get the "parent url" of an Opensocial container?
Google Sites embeds gadgets through an Opensocial container and I'd like to grab the parent's URL to generate a message.
Is this possible?
...
Social Networking
I think Java have Apache Shindig as a social networking framework (hi5). Oh my, their documentation is close to nothing. I was wondering what other good Java framework for social networking that people have used (please, if u give me a list of 40 different frameworks, it would just confused me a lot more). Good meani...
So, I'm using gadgets.io.makeRequest(url, callback, params) to make requests from Gmail contextual gadget and verifying these requests on the server side.
To clarify, I'm using the following makeRequest params on the gadget side:
params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.DOM;
params[gadgets.io.RequestP...
How i can check is my visitor is logged in to Facebook?
I can use Social Graph api functions or similiar? I want to run conditional in Javascript on my page and display some content depending on that condition. If it's impossible - maybe i can check (via a:visited css or similiar) is somone visited Facebook recently? Thanks.
...
Can anyone help me with the simple documentation/tutorial to integrate any sample ASP.net web application with the Open-social?
...
I am using the opensocial client library and test the sample default.aspx provided in the package. I am able to get through the application. When I looked through the log provided,it said Albums not accessible. I have ticked the permission box on the application profile.
Does anyone here manage to play around the sample and have it wor...
I am simply trying to read a user's boolean preference in a Google Gadget, but it seems that the preference is never getting saved at all, and I only ever get whatever the default_value is. I've broken this down into a very simple test case. Here is my test gadget spec:
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs ...
is there a way to use gadgets.* in my javascripts if my my content type is url?
...
Does anybody know how to add templateParams to an Activity instance while creating activities with opensocial-java-client.
My code is here:
Activity activity=new Activity();
activity.setTitleId("<titleId goes here>");
activity.setBodyId("<bodyId goes here>");
Request request = ActivitiesService.createActivity(activity);
Response respo...
I'm trying to validate an OpenSocial 0.7 signed request, using the sample Java code on that page. I think it should work this way, but I still get a signature_invalid error.
Main validation code:
// NOTE: req = HttpServletRequest
// check for hyves
if (!"hyves.nl".equals(req.getParameter("oauth_consumer_key"))) {
throw new Runtim...
I try to wrote MySpace app.
My OAuth Consumer Key: is
http://www.myspace.com/551804372
and OAuth Consumer Secret is
4d6898d03b24491abc57e98f67508c7e828f9821d84d433b8b541f1865a89fa6
Is used your tutorial:
http://wiki.developer.myspace.com/index.php?title=Example_Application:_Hello_World
to create APP.
I set app to "External ...
I'm running a community with a shindig opensocial container. Now I want to add a support forum to my community. Does anyone know of a forum software that can run within an opensocial container, so that anyone installing this app can read and post to this forum?
I don't want to tweak an existing jforum or mvnforum to work with my existin...
I am trying to write a pager from my application which require to get the total number of albums. I can fetch all albums from the orkut but it slow down the transfer rate since I only need the total not the data in the albums.
Does opensocial v9 has a function I can check how many albums a viewer has? or maybe I fetch only the ID of th...
I would like for users to login to my website using a verification with their social network.
But along with verifying their login, I need them to also select a username, avatar, PayPal and various other custom options that need to be stored in my database.
Is there a way to display a typical registration, (without password field) and t...