[IOS/Android] Simple Share to email/Twitter/Facebook etc[V1.9.6]

orllon

  • Posts: 27
Hey, how do I have the message share what score you got without having to write a new message for each score?

yewhc

  • Posts: 5
hi, is it possible to share website and screenshot together to facebook on android? i notice that it can only share 1 at a time from my site

robinschaafsma

  • *
  • Posts: 714
hi, is it possible to share website and screenshot together to facebook on android? i notice that it can only share 1 at a time from my site

No..

The website or screenshot will share with Facebook and not the message. All other apps works fine..
Here is bug link: https://developers.facebook.com/bugs/332619626816423
(http://stackoverflow.com/questions/7545254/android-and-facebook-share-intent)

robinschaafsma

  • *
  • Posts: 714
Hey, how do I have the message share what score you got without having to write a new message for each score?

Use your score variable as text in a text block and put the text block in the message.

vyerra

  • Posts: 18
Hi Robin,
      I am unable to build my app using share extension. The following error is terminating the build process. Any suggestions??

Events for 'GameoverScene': Unknown identifier : Share
   from scripts.SceneEvents_3
   line: 102
   columns: 8-26

robinschaafsma

  • *
  • Posts: 714
Hi Robin,
      I am unable to build my app using share extension. The following error is terminating the build process. Any suggestions??

Events for 'GameoverScene': Unknown identifier : Share
   from scripts.SceneEvents_3
   line: 102
   columns: 8-26

Dit you run clean project?
Please share full logs...

chongyunxiang

  • Posts: 278
I can't find the Share Message block after I installed and Enabled the Simple Share extension. My version is the Free Version. Is it only available after I upgrade to Studio?

« Last Edit: July 30, 2015, 07:51:34 am by chongyunxiang »

NeoCHI

  • Posts: 523
Share to Facebook isn't working anymore...it was before, but now it seems like it's broken.

I'm using the latest Stencyl public build 8453.

robinschaafsma

  • *
  • Posts: 714
Share to Facebook isn't working anymore...it was before, but now it seems like it's broken.

I'm using the latest Stencyl public build 8453.

Platform? what is broken?

robinschaafsma

  • *
  • Posts: 714
UPDATE 1.8
- Add icon on blocks
- Download from GitHub.

See the first post, you have to download it from GitHub now.

If you already install a previous version 1.7 and below,  follow the instruction on this page how to update the extension https://github.com/byrobingames/simpleshare/blob/master/README.md#how-to-install

« Last Edit: July 31, 2015, 01:31:10 pm by robinschaafsma »

NeoCHI

  • Posts: 523
Share to Facebook isn't working anymore...it was before, but now it seems like it's broken.

I'm using the latest Stencyl public build 8453.

Platform? what is broken?

iOS Facebook sharing is broken. Haven't tested on android yet.

When I choose the Facebook option within the share options nothing happens.

robinschaafsma

  • *
  • Posts: 714
On my Side its working well, Did you also test in it in the simulator?

Maybe if some people have the same problem they can response. IC can check it because its working on my side.

EDIT: Never mind you cannot test it on simulator, facebook app is not installed 8)

« Last Edit: August 01, 2015, 03:35:52 am by robinschaafsma »

chongyunxiang

  • Posts: 278
I got the share block to show on the Free version, but the function doesn't work properly when being tested. It does open up the share option and take the screenshot, but it doesn't show the message and it doesn't auto open the URL that was indicated.

Must I upgrade to the Studio or Indie version to get it to work?

Thanks!

robinschaafsma

  • *
  • Posts: 714
I got the share block to show on the Free version, but the function doesn't work properly when being tested. It does open up the share option and take the screenshot, but it doesn't show the message and it doesn't auto open the URL that was indicated.

Must I upgrade to the Studio or Indie version to get it to work?

Thanks!

Can you show me your code example, and with what app do you want to share it? Facebook/Twitter, etc.

If you try to share with facebook, please read the first post,
The website or screenshot will share with Facebook and not the message. All other apps works fine..
It seems that a recent update to the Facebook application has replaced the in-built Facebook share activity with one that ignores status text .


Facebook's policies don't allow you to pre-populate status messages and require all content to be user generated - while I understand the intention behind this, I personally think it is kind of stupid in many cases - For example in my game I want to pre-populate the user's score, but now I can't, so the user is presented with an empty dialog box. I will probably simply remove the Facebook sharing option as no-one will ever use it now.
https://developers.facebook.com/docs/apps/review/prefill

chongyunxiang

  • Posts: 278
I closed and opened Stencyl and its working for Twitter. But as you indicated, it's not working for FB due to the policy. How can I set the button so that it straights away access FB instead of opening up a list of apps to share?

Thanks!