Getting into LiveCode for iOS? Ask your questions here.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
FireWorx
- Posts: 362
- Joined: Wed Sep 07, 2011 9:39 pm
Post
by FireWorx » Tue May 19, 2015 7:14 pm
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.
-
L.Coder
- Posts: 15
- Joined: Mon May 04, 2015 12:34 am
Post
by L.Coder » Thu May 21, 2015 10:09 pm
Thanks FireWorx, I will check it out!
-
Mag
- VIP Livecode Opensource Backer

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
Post
by Mag » Thu May 21, 2015 11:17 pm
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]
-
Klaus
- Posts: 14177
- Joined: Sat Apr 08, 2006 8:41 am
-
Contact:
Post
by Klaus » Fri May 22, 2015 11:55 am
Sure?

-
SparkOut
- Posts: 2943
- Joined: Sun Sep 23, 2007 4:58 pm
Post
by SparkOut » Fri May 22, 2015 1:07 pm
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.
-
Mag
- VIP Livecode Opensource Backer

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
Post
by Mag » Fri May 22, 2015 1:16 pm
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 
-
Klaus
- Posts: 14177
- Joined: Sat Apr 08, 2006 8:41 am
-
Contact:
Post
by Klaus » Fri May 22, 2015 1:32 pm
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
-
Mag
- VIP Livecode Opensource Backer

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
Post
by Mag » Fri May 22, 2015 2:24 pm
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...
