[twitter-dev] API Bug: Malformed JSON returned for some requests

2011-07-05 Thread Idan Gazit
*Full bug report is here: https://gist.github.com/1064338* Summary: The Twitter API returns malformed JSON for some valid requests. I discovered this while attempting to fetch all of my list memberships via the API. The issue is present regardless of authentication. It occurs 100% of the

[twitter-dev] Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread PeriVisioN
Very confused. I have abrahams API lib, works fine. After the change, I updated my apps permission and then changed the following in his code. function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) { if (is_array($token)) { $token = $token['oauth_token']; } return

[twitter-dev] Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-05 Thread alexre...@gmail.com
Most of my apps require read access for Direct Messages, but they're only reading from one account. Many users DM to one account and I need access to that one account to grab all the DMs (which no longer works as of June 30th). I changed the Access Level of all my apps to Read, Write and Direct

[twitter-dev] Re: feeds

2011-07-05 Thread Martijn Coenen
On 4 jul, 20:37, Monojit Das monojitdas1...@gmail.com wrote: How will i show my twitter feeds in our website It depends on how you build your website and what you're wishes are. You can build a new app and use it on your website to send and receive your tweets, or just displaying an RSS feed of

Re: [twitter-dev] Tweet button doesn't work, stills in zero

2011-07-05 Thread Pablo Diaz
Thanks! Sorry if I didn't explain well, because my problem is with the tweet button and I just see a follow button in that page. If there is something more, please notice me. Thanks again On Sat, Jul 2, 2011 at 5:07 AM, Mo'b Mo'b mobingapapi...@gmail.com wrote: Check the source of this page,

Re: [twitter-dev] Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-05 Thread Mo'b Mo'b
This again. Just keep trying it. Mine was also reverting. Just keep soaking it, it'll stick. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Open DM availability only for Verified Accounts?

2011-07-05 Thread Ryan
Searched this forum and found nothing, but apparently you guys are rolling out a new feature for Verified accounts to be able to receive DM's without having to follow back each user. See:

Re: [twitter-dev] Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread Abraham Williams
You don't need to change the code in twitteroauth.php. You just use $connection-getAuthorizeURL($token, false) to get the authorize URL instead of the authenticate URL. If you are having other issues it is likely unrelated to this change as the only difference is sending users to

Re: [twitter-dev] Re: Application not getting R/W/DM access

2011-07-05 Thread Abraham Williams
To use oauth/authenticate in TwitterOAuth pass false as the second argument of getAuthorizeURL. $connection-getAuthorizeURL($token, false); Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham |

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-05 Thread Harshad RJ
Hi Taylor, Any updates on this issue? tDash users are not able to read their lists because of this. thanks, Harshad On Sat, Jul 2, 2011 at 12:24 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Thanks everyone, I'll report this to the team -- not quite sure what's happening.

[twitter-dev] Re: Application not getting R/W/DM access

2011-07-05 Thread oosswwaalldd
Thanks Abraham, i will change to FALSE and see what happens. I have read in this group that making that change to false the oauth flow works only onw time tha other times it gives a 403 error from Twitter. Is that true? On Jul 5, 1:20 pm, Abraham Williams 4bra...@gmail.com wrote: To use

[twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread oosswwaalldd
I am little bit confused, I understood that the problem was solved by changing to FALSE in this line function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) { in twitteroauth.php, but I am reading from you that the change is not in this file. In my code the only call I have to

Re: [twitter-dev] API Bug: Malformed JSON returned for some requests

2011-07-05 Thread Taylor Singletary
Hi Idan, Thank you very much for your detailed bug report. We're working on identifying the underlying cause and hope to have a fix out for this next week. Thanks, @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jul 5, 2011 at 12:41 AM, Idan Gazit

Re: [twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread Abraham Williams
You don't need to change the TRUE to FALSE in twitteroauth.php you pass FALSE as the second parameter when you call the getAuthorizeURL method. This is only used when a (generally) unauthenticated user gets redirected to twitter.com with a request token to allow access to their account. For all

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-05 Thread Taylor Singletary
Hi Harshad, We hope to have a fix for this bug out next week, sorry for the inconvenience in the meantime. @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jul 5, 2011 at 10:44 AM, Harshad RJ harshad...@gmail.com wrote: Hi Taylor, Any updates on this

[twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread oosswwaalldd
Turns out I use themattharris lib to get the login credentials (token and token_secret) which I store on my db, and Abraham lib (yours) to interact with Twitter once I am authenticated. I know this is not you lib but Matt Harris's, but can you help me please to know where in the mattharris lib

[twitter-dev] R/W/DM app update not shown in app auth

2011-07-05 Thread oosswwaalldd
Hi, I al ready upgraded my app from R/W to R/W/DM, that was june 30th, but still when a user enter to my site and it is re-directed to the Twitter grant access page, the app page says that my app won't have access to the user DMs, is there a problem with Twitter database or should I miss a step.

[twitter-dev] Rate limiting questions

2011-07-05 Thread YupiqDZ
Hi, I'm currently in the process of writing an application which periodically gets directed messages from a user (once every 120 seconds checks if the user has new messages). The API I am using is the Twitter4j library in Java. Here's the error I get: 403:The request is understood, but it has

[twitter-dev] HTML fluff appearing in twitter feed box using TWTR.Widget

2011-07-05 Thread TDH
I am using TWTR.Widget in a Rails 3.0 app to display a list of recent tweets. This has been working fine for the few weeks I have had it implemented. Yesterday, it starting displaying html tag information within each tweet. Though no change was made to the TWTR.Widget call. here is an example:

Re: [twitter-dev] Rate limiting questions

2011-07-05 Thread Taylor Singletary
Hi there, This is actually a different error than your library may be leading you to believe -- the library is suggesting that the 403 may be due to rate limiting, but in this case it's actually due to a recent permission model change. The permission model gas change whereas requesting a user's

[twitter-dev] Re: R/W/DM app update not shown in app auth

2011-07-05 Thread Reivax
Hi, You are probably the victim of a design singularity, that was documented in a FAQ (yes, a FAQ) I assume your application is using the oauth/authenticate url Replace authenticate with authorize and you should be fine. Accessing DM is not possible when using authenticate, for some reason On 5

[twitter-dev] Re: Tweet button and iphone

2011-07-05 Thread anaj...@ibs.com.jo
Because of Lack of support by Twitter and we didn't face any such issues with Facebook,we had no choice but to remove twitter from all of our projects and use Facebook instead,Thanks to everyone who tried to help . -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

[twitter-dev] Re: Site Streams

2011-07-05 Thread Orian Marx
Mark, this is a great post, thanks for taking the time to write it up. What I'm curious about is that I believe Site Streams is still in beta and not supposed to be used in a production environment according to Twitter. Has it been stable for you? On Jun 28, 12:24 pm, Mark Krieger