PHP Classes

PHP OAuth API: Ability to send messages to social networks?

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  PHP OAuth API: Ability to send...  >  (Un) Subscribe thread alerts  
Subject:PHP OAuth API: Ability to send...
Summary:PHP OAuth API for NOTIFICATIONS
Messages:2
Author:David Halliday
Date:2013-06-20 01:18:39
Update:2013-06-20 06:35:29
 

  1. PHP OAuth API: Ability to send...   Reply   Report abuse  
Picture of David Halliday David Halliday - 2013-06-20 01:18:39
Hello,

First of all thank you for this class and all of your work. It is appreciated.

I have read the class and intend to spend more time on it. But I would like to ask please: can this class be used to send messages to people on networks such as Twitter, Facebook, Whatsapp, Skype, etc..?

The idea is to get members of my website to select the network (e.g. twitter) and provide their ids. Then, instead of sending them emails, I could simply use the "PHP OAuth API" to send a short notification message.

Can it do that?

Thank you in advance,

David

  2. Re: PHP OAuth API: Ability to send...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-06-20 06:35:29 - In reply to message 1 from David Halliday
Sure, the purpose of the class is toi get tokens to authorize your application to call APIs on behalf of the users.

Once you go through the authorization process just use the CallAPI function to call each of the APIs of the sites you want to send the messages.