@Glitch Games,
Thanks for the great work and for sharing it here.
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 32733 reply_id: 130203[/import]
@Glitch Games,
Thanks for the great work and for sharing it here.
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 32733 reply_id: 130203[/import]
Awesome modules! Already integrated the Facebook Posting into my app that I am currently working on. [import]uid: 10280 topic_id: 32733 reply_id: 130202[/import]
@Glitch Games,
Thanks for the great work and for sharing it here.
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 32733 reply_id: 130203[/import]
@ comp850 - Great! Glad it went smoothly
@ RSCdev - You’re welcome [import]uid: 119420 topic_id: 32733 reply_id: 130206[/import]
@ comp850 - Great! Glad it went smoothly
@ RSCdev - You’re welcome [import]uid: 119420 topic_id: 32733 reply_id: 130206[/import]
Ooooh - very nice BAFTA! Will look at this tonight/tomorrow. Had a skim of the list already, very impressive. [import]uid: 52491 topic_id: 32733 reply_id: 130210[/import]
Ooooh - very nice BAFTA! Will look at this tonight/tomorrow. Had a skim of the list already, very impressive. [import]uid: 52491 topic_id: 32733 reply_id: 130210[/import]
I thought this Kickstarter project was beyond cool. These brothers are building a 3D flight simulator using a robot ball as the controller. It appears that its for the iPad and iPhone. I think this is a very unique idea and I want to try their app! http://www.kickstarter.com/projects/858730843/sphero-glide [import]uid: 193761 topic_id: 32733 reply_id: 130228[/import]
I thought this Kickstarter project was beyond cool. These brothers are building a 3D flight simulator using a robot ball as the controller. It appears that its for the iPad and iPhone. I think this is a very unique idea and I want to try their app! http://www.kickstarter.com/projects/858730843/sphero-glide [import]uid: 193761 topic_id: 32733 reply_id: 130228[/import]
Thanks again for sharing your code.
Will definitely have to look at the Facebook one when you add more features. I am looking at doing something where the app will load the user’s friends list, let the user select a friend, and then send that friend a message with a URL with deep linking functionality.
if there was an easy way to do that, I would definitely jump on that! [import]uid: 17827 topic_id: 32733 reply_id: 130256[/import]
Thanks again for sharing your code.
Will definitely have to look at the Facebook one when you add more features. I am looking at doing something where the app will load the user’s friends list, let the user select a friend, and then send that friend a message with a URL with deep linking functionality.
if there was an easy way to do that, I would definitely jump on that! [import]uid: 17827 topic_id: 32733 reply_id: 130256[/import]
@peach - Thanks! We’re just trying to do our part
@thegdog - I’m hoping to add more features soon however I’ve never done anything with deep linking before, will have to look into that. [import]uid: 119420 topic_id: 32733 reply_id: 130278[/import]
@peach - Thanks! We’re just trying to do our part
@thegdog - I’m hoping to add more features soon however I’ve never done anything with deep linking before, will have to look into that. [import]uid: 119420 topic_id: 32733 reply_id: 130278[/import]
One thing you could add to GGData is the ability to check iCloud save/ turn off/on.
native.setSync( "file.txt", {iCloudBackup = true/false } )
native.getSync( "file.txt", { key="iCloudBackup" } )
[import]uid: 13560 topic_id: 32733 reply_id: 130281[/import]
One thing you could add to GGData is the ability to check iCloud save/ turn off/on.
native.setSync( "file.txt", {iCloudBackup = true/false } )
native.getSync( "file.txt", { key="iCloudBackup" } )
[import]uid: 13560 topic_id: 32733 reply_id: 130281[/import]
Good call, I’ve added it now Will need testing though
[import]uid: 119420 topic_id: 32733 reply_id: 130289[/import]
Good call, I’ve added it now Will need testing though
[import]uid: 119420 topic_id: 32733 reply_id: 130289[/import]
I think the deep linking thing will probably be more specific to each developer. Was just sharing a train of thought as I was thinking what I am not looking forward to coding next.
I think the retrieving and displaying of a friend list and crafting of a direct message, instead of a wall/timeline post, is something that more people would find useful since its definitely a more generic thing.
But definitely look forward to checking it out as you continue to develop it. Great work and thanks again for all you share. [import]uid: 17827 topic_id: 32733 reply_id: 130311[/import]
I think the deep linking thing will probably be more specific to each developer. Was just sharing a train of thought as I was thinking what I am not looking forward to coding next.
I think the retrieving and displaying of a friend list and crafting of a direct message, instead of a wall/timeline post, is something that more people would find useful since its definitely a more generic thing.
But definitely look forward to checking it out as you continue to develop it. Great work and thanks again for all you share. [import]uid: 17827 topic_id: 32733 reply_id: 130311[/import]
Just added easy methods for bringing up dialogs for making game requests and posting on walls ( either your own or that of someone else ).
It looks like the ability to actually send messages is not possible, there is a Send dialog however it is not currently supported on mobile devices. I have added in a wrapper function for it however it won’t work yet. [import]uid: 119420 topic_id: 32733 reply_id: 130321[/import]