Page 1 of 1
Share on social media - New question
Posted: Sat May 16, 2015 11:28 pm
by L.Coder
Re: Share on social media - New question
Posted: Tue May 19, 2015 7:14 pm
by FireWorx
I'm not sure if this will be any help but there is a "Livecode Lesson" on how to build a Facebook App on the Livecode site. I went through the tutorial a few years ago and built a rudimentary app that used the Facebook API.
Re: Share on social media - New question
Posted: Thu May 21, 2015 10:09 pm
by L.Coder
Thanks FireWorx, I will check it out!
Re: Share on social media - New question
Posted: Thu May 21, 2015 11:17 pm
by Mag
I think you have to use this external and show the iOS native Activity Viewcontroller
http://mergext.com/home/mergpop/
Code: Select all
mergPopActivity [pText],[pImagePaths],[pURLs],[pRect]
Re: Share on social media - New question
Posted: Fri May 22, 2015 11:55 am
by Klaus
Sure?

Re: Share on social media - New question
Posted: Fri May 22, 2015 1:07 pm
by SparkOut
I think that tutorial is maybe out of date, and Andre's library would need to be changed to work with the different version of the Facebook api, but it is not something he is supporting. So I don't know if there is something in mergExt or whether there is another library, or whether you will have to roll your own.
Re: Share on social media - New question
Posted: Fri May 22, 2015 1:16 pm
by Mag
Klaus wrote:
Sure?

Hi Klaus, if you want to let user sharing/printing/saving an image in iOS, mergPop, currently is the right (and maybe the only available) solution...
PS
Provided that nothing is changed since I made this post
http://forums.livecode.com/viewtopic.php?f=6&t=21393 
Re: Share on social media - New question
Posted: Fri May 22, 2015 1:32 pm
by Klaus
Hi Mag,
ah, yes, sorry, I only read the first sentence:
mergPop is an iOS external that adds functions to present an action sheet (popover on iPad) and contextual menu for user interaction.
Best
Klaus
Re: Share on social media - New question
Posted: Fri May 22, 2015 2:24 pm
by Mag
Klaus wrote:Hi Mag,
ah, yes, sorry, I only read the first sentence:
mergPop is an iOS external that adds functions to present an action sheet (popover on iPad) and contextual menu for user interaction.
Best
Klaus
Hi Klaus, no problem, I also at first I had difficulties to understand what this external actually do...
