Skip to content

Instantly share code, notes, and snippets.

View pmaruszczyk's full-sized avatar

pmaruszczyk

View GitHub Profile
var activity,
paramsObj = {},
message,
recipient = "VIEWER";
vz.embed.getEmbedUrl({someparam: 'nvm'}, function(embedUrl) {
vz.embed.getStaticContentUrl('wall_post_img', function(staticUrl) {
paramsObj[opensocial.Message.Field.TYPE] = opensocial.Message.Type.PUBLIC_MESSAGE;