showPopup("twitter") not documented in daily API docs 990

In the 990 release notes the following is stated:

iOS: Add “twitter” as a type for native.showPopup() — see daily API docs for details. Core: Also adds native.canShowPopup(name) which is mostly useful for “mail” and “sms”.

However the 990 API docs haven’t been updated. [import]uid: 70847 topic_id: 34194 reply_id: 334194[/import]

I’ve mentioned this before, there’s been a few times when I’ve manually coded something only to find that there was already a function which was undocumented.
I think that since the build was only made available this morning that’s probably the reason why it hasn’t been done yet, hopefully they’ll update the docs shortly. [import]uid: 84115 topic_id: 34194 reply_id: 136018[/import]

I’ve seen this happen once before as well… I’m trying to figure out what the options table for the twitter popup looks like and how to specify a pre defined text but with no luck so far… Has anyone figured this out? [import]uid: 14018 topic_id: 34194 reply_id: 136020[/import]

I can’t test it, but would it be the same as Email or SMS?
[lua]local options =
{
body = “Test Tweet”,
}
showPopup(“twitter”,options)[/lua] [import]uid: 62706 topic_id: 34194 reply_id: 136025[/import]

@CraftyDeano, that’s not working [import]uid: 14018 topic_id: 34194 reply_id: 136026[/import]

Anyone got any further with this? Would love to add it into GGTwitter. [import]uid: 119420 topic_id: 34194 reply_id: 136048[/import]

The docs were updated in 991.

This does not seem to be a replacement for silent posts since it pops up the Twitter dialog box to let the player confirm the tweet. I didn’t try anything more than a basic tweet today, but it worked pretty well.
[import]uid: 199310 topic_id: 34194 reply_id: 136069[/import]

That will be fantastic addition to GGTwitter!

Mo [import]uid: 100814 topic_id: 34194 reply_id: 136070[/import]

I’ve mentioned this before, there’s been a few times when I’ve manually coded something only to find that there was already a function which was undocumented.
I think that since the build was only made available this morning that’s probably the reason why it hasn’t been done yet, hopefully they’ll update the docs shortly. [import]uid: 84115 topic_id: 34194 reply_id: 136018[/import]

I’ve seen this happen once before as well… I’m trying to figure out what the options table for the twitter popup looks like and how to specify a pre defined text but with no luck so far… Has anyone figured this out? [import]uid: 14018 topic_id: 34194 reply_id: 136020[/import]

I can’t test it, but would it be the same as Email or SMS?
[lua]local options =
{
body = “Test Tweet”,
}
showPopup(“twitter”,options)[/lua] [import]uid: 62706 topic_id: 34194 reply_id: 136025[/import]

@CraftyDeano, that’s not working [import]uid: 14018 topic_id: 34194 reply_id: 136026[/import]

Anyone got any further with this? Would love to add it into GGTwitter. [import]uid: 119420 topic_id: 34194 reply_id: 136048[/import]

The docs were updated in 991.

This does not seem to be a replacement for silent posts since it pops up the Twitter dialog box to let the player confirm the tweet. I didn’t try anything more than a basic tweet today, but it worked pretty well.
[import]uid: 199310 topic_id: 34194 reply_id: 136069[/import]

That will be fantastic addition to GGTwitter!

Mo [import]uid: 100814 topic_id: 34194 reply_id: 136070[/import]