SiteStream returns 'User not in role' - I have been white listed, so where might the problem lie?

Yousttapp
@Yousttapp Youstt

I am making a authenticated request to the SiteStream API. I have received an email from Twitter saying my application has been whitelisted. Being that, I generated the request via the OAuth Tool in my account. The request returns the following and I'm not sure why:

  1. * About to connect() to sitestream.twitter.com port 443 (#0)
  2. *   Trying 199.59.148.137... connected
  3. * Connected to sitestream.twitter.com (199.59.148.137) port 443 (#0)
  4. * SSLv3, TLS handshake, Client hello (1):
  5. * SSLv3, TLS handshake, Server hello (2):
  6. * SSLv3, TLS handshake, CERT (11):
  7. * SSLv3, TLS handshake, Server finished (14):
  8. * SSLv3, TLS handshake, Client key exchange (16):
  9. * SSLv3, TLS change cipher, Client hello (1):
  10. * SSLv3, TLS handshake, Finished (20):
  11. * SSLv3, TLS change cipher, Client hello (1):
  12. * SSLv3, TLS handshake, Finished (20):
  13. * SSL connection using RC4-SHA
  14. * Server certificate:
  15. *      subject: C=US; ST=California    ; L=San Francisco; O=Twitter, Inc.; OU=Twitter Operations; CN=sitestream.twitter.com
  16. *      start date: 2010-11-24 00:00:00 GMT
  17. *   expire date: 2012-11-23 23:59:59 GMT
  18. *      common name: sitestream.twitter.com (matched)
  19. *     issuer: C=US; O=VeriSign, Inc.; OU=VeriSign Trust Network; OU=Terms of use at https://www.verisign.com/rpa (c)10; CN=VeriSign Class 3 Secure Server CA - G3
  20. *   SSL certificate verify ok.
  21. > GET /2b/site.json?follow-1389261320= HTTP/1.1
  22. > User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
  23. > Host: sitestream.twitter.com
  24. > Accept: /
  25. > Authorization: OAuth oauth_consumer_key="73MVNHheOo1LMUDKlU61mA", oauth_nonce="d950ff05ab669b47ddb3a367f68c92f2", oauth_signature="6dAd3iRgxoT%2FSAmh2H8V7DhKZo0%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1327417180", oauth_token="453087286-dWiicg9SKOouPPTuyTbjeZgjgOQihQnGdi7wcgvR", oauth_version="1.0"
  26. > 
  27. < HTTP/1.1 403 Forbidden
  28. < Content-Type: text/html
  29. < Transfer-Encoding: chunked
  30. < 
  31. User not in role
  32. * Connection #0 to host sitestream.twitter.com left intact
  33. * Closing connection #0
  34. * SSLv3, TLS alert, Client hello (1):
28 weeks 13 hours ago

Replies

kiruthikarthik
@kiruthikarthik kiruthika

Hi episod,
I am using sitestream.php file for getteing tweets. I already activate my application in my friend App list. But i got error "User not in role". It shows the error code 403. If i want to edit anything in tmhOAuth.php file. Please guide how to i get tweets.
Thanks in advance.

10 weeks 6 days ago
episod
@episod Taylor Singletary

Who have you been working with to obtain beta access to site streams? The user account you're using in this request does not have access to Site Streams. Getting early access to Site Streams requires a bit of dialogue with us.

28 weeks 12 hours ago
Yousttapp
@Yousttapp Youstt

@episod, I've been working with Jason Costa.. and we have exchanged a number of emails.. the user account should be @TalkSumo.. have I done something wrong with my sitestreams application?

28 weeks 12 hours ago
episod
@episod Taylor Singletary

Are you just starting out with working with Site Streams or did you have it functional prior to writing in today?

28 weeks 12 hours ago
Yousttapp
@Yousttapp Youstt

This is my first time trying to implement SiteStreams

28 weeks 12 hours ago
episod
@episod Taylor Singletary

You've likely not had the final steps of approval completed yet. Follow up with Jason via email; he's in Germany for a developer event right now so it may be awhile before he repsonds to you.

28 weeks 11 hours ago
kiruthikarthik
@kiruthikarthik kiruthika

Hi episod,
I am using sitestream.php file getting tweets.It shows an error message "User not in role". I already activate my application into my firents App using "http://platform.twitter.com/anywhere.js?id=xxxxx&v=1" file. I search the error code for 403. It shows "Twitter says you aren't allowed to do that" . If i want to edit anything in my tmhOAuth.php file. Please guide me how to get tweets using sitestream.php.
Thanks in advance.

10 weeks 6 days ago
kiruthikarthik
@kiruthikarthik kiruthika

Hi,
Is it possible to get tweets using sitestream.php. i want access any of streaming API. Please explain steps to get tweets.

10 weeks 6 days ago
yesniranjan
@yesniranjan Niranjan Samanu

Hi Tylor,
How we can obtain beta access to site streams?
For a POC Task, we are trying to integrate site stream API with our app but getting Error message like:

  1. 403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following).
  2. User not in role

I'm using the following to open the stream:
siteStream.site(true, currentStreams );
will Appreciate your suggestions in this regards....

26 weeks 5 days ago
5chevreloup
@5chevreloup 5chevreloup

i got the same error . How can i proceed to solve it ; thank you very much !!!!!!!!!!!

7 weeks 5 days ago