Page 1 of 1

Social Media Sharing, Facebook, & OAuth

Posted: Tue Jul 02, 2013 12:13 pm
by SteveTX
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?

Re: Social Media Sharing, Facebook, & OAuth

Posted: Sat Jul 20, 2013 3:14 am
by William Jamieson
I would be excited to see if anybody has. This would be really amazing progress in Livecode history.

Re: Social Media Sharing, Facebook, & OAuth

Posted: Sat Jul 20, 2013 7:51 am
by trenatos
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.

Re: Social Media Sharing, Facebook, & OAuth

Posted: Wed Nov 05, 2014 1:31 pm
by newtronsols
Must be possible via https://oauth.io/ or https://foauth.org/

Re: Social Media Sharing, Facebook, & OAuth

Posted: Wed Nov 05, 2014 2:46 pm
by AndyP

Re: Social Media Sharing, Facebook, & OAuth

Posted: Wed Dec 23, 2015 9:53 am
by goharika
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?

Re: Social Media Sharing, Facebook, & OAuth

Posted: Thu Mar 10, 2016 5:33 am
by William Jamieson
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