Does mergSocial "facebook" work?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Does mergSocial "facebook" work?

Post by Jellobus » Fri Mar 08, 2019 11:07 pm

Hello,

I have tested mergSocial for both facebook and twitter but it seems not functional. Can anyone confirm that this command is functional or not?

It can be outdated so this command can't be excuted on the latest iOS...

Tested on iOS 12.1.4

Code: Select all

on mouseUp
   local mergSocialText, tImage, pRandomNum, pLink
   put "Hello World" into mergSocialText
   set the visible of the templateImage to false
   put empty into tImage
   export the image "abc" of this card to url ("binfile:"&specialFolderPath("documents")&"/abc.jpg") as JPEG
   try
      put "https://google.com" into pLink
      put specialFolderPath("documents")&"/abc.jpg" into tImage
      mergSocial "facebook", mergSocialText,tImage,pLink
   end try
end mouseUp
Cheers,

Louis

nicoloose
Posts: 99
Joined: Mon Sep 16, 2013 3:35 pm

Re: Does mergSocial "facebook" work?

Post by nicoloose » Sat Jun 08, 2019 1:38 pm

Hi Was wondering if you had any luck here?

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: Does mergSocial "facebook" work?

Post by Jellobus » Sun Jun 09, 2019 4:04 pm

It seems mergSocial is not working so I am using mergPop instead.

Cheers,

Post Reply

Return to “iOS Deployment”