PHP Classes

Scoopit

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement a PH...  >  All threads  >  Scoopit  >  (Un) Subscribe thread alerts  
Subject:Scoopit
Summary:Scoopit integration
Messages:2
Author:sa
Date:2013-01-09 13:55:07
Update:2013-01-10 11:15:14
 

  1. Scoopit   Reply   Report abuse  
Picture of sa sa - 2013-01-09 13:55:07
Hello,

I am trying to get this work with scoopit.
Unfortunetly I was unable to get it done.
I have set the following variables:

$client->scope = 'http://www.scoop.it/oauth/request';
$client->dialog_url = "http://www.scoop.it/oauth/request";
$client->request_token_url = "http://www.scoop.it/oauth/request";
$client->access_token_url = "http://www.scoop.it/oauth/access";
$client->authorization_header = 0;
$client->client_id = Consumer Key;
$client->client_secret = Consumer Secret;

Any ideas?
Thanks,

  2. Re: Scoopit   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-01-10 11:15:14 - In reply to message 1 from sa
I just added built-in support to Scoop.it . You may try it now.