PHP Classes

Additional Examples Possible?

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  Additional Examples Possible?  >  (Un) Subscribe thread alerts  
Subject:Additional Examples Possible?
Summary:Posting to Twitter and Facebook
Messages:2
Author:Jake Weisz
Date:2013-01-25 21:37:29
Update:2013-01-30 08:21:40
 

  1. Additional Examples Possible?   Reply   Report abuse  
Picture of Jake Weisz Jake Weisz - 2013-01-25 21:37:29
So, I don't usually work with APIs of any sort, OAuth, REST, and such are all fairly new to me. I've got a grasp on using your script for login authentication, but while I'm sure it can handle collecting tokens and posting to Facebook, Twitter, etc., I am not sure what I need to do to get there.

I was wondering if there was any way you could add in some example scripts for posting to Twitter and Facebook, for example, after getting the tokens and such.

  2. Re: Additional Examples Possible?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-01-30 08:21:40 - In reply to message 1 from Jake Weisz
You need to use the CallAPI to access other API resources you want. You need to check the specific API documentation to determine the API call URL and any additional parameters you need.

Just let me know if you try that and still have difficulties.