Social Media Sharing, Facebook, & OAuth

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SteveTX
Posts: 170
Joined: Sun Jan 17, 2010 9:00 pm

Social Media Sharing, Facebook, & OAuth

Post by SteveTX » Tue Jul 02, 2013 12:13 pm

We are using oauth credentials for user accounts on our backend, which we will be collecting on our front-end via livecode. I am interested in extending our oauth usage to also enable liking and sharing of our app via fb/twitter as well, directly from in the mobile app (not a fb app). Has anyone implemented a solution for these simple functions?

William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Location: Palo Alto, CA put williamdjamieso into tEmail / put n@gmail.com after tEmail/ revmail tEmail
Contact:

Re: Social Media Sharing, Facebook, & OAuth

Post by William Jamieson » Sat Jul 20, 2013 3:14 am

I would be excited to see if anybody has. This would be really amazing progress in Livecode history.

trenatos
Posts: 189
Joined: Wed Jul 03, 2013 6:46 am
Location: Virginia, USA
Contact:

Re: Social Media Sharing, Facebook, & OAuth

Post by trenatos » Sat Jul 20, 2013 7:51 am

No idea about a pure LiveCode implementation, but it's easy to do from a web server, so if you link your application to a webserver and of course user info, you can achieve that goal with minimal work.
Marcus

newtronsols
Posts: 192
Joined: Tue Mar 11, 2014 12:57 pm

Re: Social Media Sharing, Facebook, & OAuth

Post by newtronsols » Wed Nov 05, 2014 1:31 pm

Must be possible via https://oauth.io/ or https://foauth.org/

AndyP
Posts: 615
Joined: Wed Aug 27, 2008 12:57 pm
Location: Seeheim, Germany (ex UK)
Contact:

Re: Social Media Sharing, Facebook, & OAuth

Post by AndyP » Wed Nov 05, 2014 2:46 pm

Andy Piddock
https://livecode1001.blogspot.com Built with LiveCode
https://github.com/AndyPiddock/TinyIDE Mini IDE alternative
https://github.com/AndyPiddock/Seth Editor color theming
http://livecodeshare.runrev.com/stack/897/ LiveCode-Multi-Search

goharika
Posts: 4
Joined: Fri Oct 03, 2014 12:40 pm

Re: Social Media Sharing, Facebook, & OAuth

Post by goharika » Wed Dec 23, 2015 9:53 am

Hi all,
I would like to know how I can share an image on facebook using livecode. As I see you, have tried with oAuth, please can you share how you did it?

William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Location: Palo Alto, CA put williamdjamieso into tEmail / put n@gmail.com after tEmail/ revmail tEmail
Contact:

Re: Social Media Sharing, Facebook, & OAuth

Post by William Jamieson » Thu Mar 10, 2016 5:33 am

It's in the example stack given by Andre Garcia. Try the "post with image" button and watch how it works. It sends to the handler that posts binary data instead of the usual post handler.

-Will

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”