I am trying to update status from cocos2d code for that i download sdk but i don't know where to start ? Please let me know how can i update status from cocos2d and which library i have to use ?
Thank you
You can download the Hackbook demo from the developer.facebook.com website to start with the simple Facebook demos. And you can move with the Cocos2d and FaceBook integration to complete the stuff you need.
Related
I was wondering if anyone that have used cocos creator have ever managed to integrate admob banner in it.
I followed this dcoumentation I found online but my app first crashed and on 2nd attempt, ads appears white on screen and can't progress on app.
Sorry don't have any code to provide here but seeking anyone that has successfully integrated admob with it.
I have created a Unity WebGl game which i want to implement as
Facebook Canvas App.I am using the latest version of Facebook SDK which supports WebGL.I have used:
But everytime i tried to pay it give me:
"There was a problem processing your payment".What could be the reason for this?Please anybody help me?
where can I find swagger-play module for play framework 1.2 ?
The link https://github.com/wordnik/swagger-play return à 404 error. Seeking in project page and google, I find only swagger-module for play framework 2.x, not for play 1.2.
Thanks for your help.
We removed the public availability of swagger-play for Play 1.X since it is not being maintained and only supports a very old version of Swagger.
If you want to get a copy of the sources, you can send a message to our google group (https://groups.google.com/forum/#!forum/swagger-swaggersocket) and I'll send you a copy of it.
I was wondering if is possible to use GDK to develop a app capable of creating vignettes on Glass, like this.
Is it possible?
Interesting question. I imagine your app would need to do 3 steps:
Take a screenshot
Take a picture
Put them together
Steps 2 and 3 are pretty easy and shouldn't be a problem on Glass.
When it comes to step 1, you can take a screenshot from your app in Android by creating a bitmap from a view, which should work on Glass as well. But I don't think you can screenshot other apps or the timeline, so I don't think it is doable in general.
I want to start Hangouts from my Glassware so that the user can make video call to any of his contacts in the Glass. I tried the giving the package name of the hangout app in an intent , but it did not work. If anybody has tried this before ,please do share.
Thanks
Starting a hangout from an intent isn't supported by the GDK. A feature request was filed in our issue tracker here; feel free to follow it so that you can be updated if anything changes!
I want to start Hangouts from my Glassware so that team can see what is out put is coming.
I did lots of RnD, then I come up with below solution
steps -
install myglass into mobile
install your apps in google glass
paired with glass with your mobile thr Bluetooth
start myglass apps and sync with glass
done
now start you application over the google glass, it will show at mobile in same way and behavior.
let me know if it work