[twitter-dev] Re: A new permission level

2011-05-18 Thread mostafa farghaly
Please exclude xAuth mobile clients from this, logically and from the usability point of view, it doesn't make any sense, the user authorize my app to use his account, why i ask for his authorization again to view his Direct messages, why you insist on making our life very hard :( -- Twitter

[twitter-dev] Re: How to detect a gap in timeline ?

2011-04-14 Thread mostafa farghaly
anybody ? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

[twitter-dev] How to detect a gap in timeline ?

2011-04-13 Thread mostafa farghaly
Most iPhone apps have the feature to detect gaps in timeline ? how can i know that there's a gap between to tweets ??? thank you. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] cancel follow request

2010-11-29 Thread mostafa farghaly
Hi, Canceling outgoing follow request works fine on twitter.com by: http://api.twitter.com/1/friendships/cancel.json but calling it from the API return: The server understood the request, but is refusing to fulfill it. could you please allow us to cancel outgoing follow request from the API.

[twitter-dev] media types in the tweet

2010-10-23 Thread mostafa farghaly
on twitter.com if the tweet contain image, video ...etc : the tweet will have image video icons even if the links to this media is short ... is there a better way for knowing the media types in the tweets from the API than analyzing the long urls ? -- Twitter developer documentation and

[twitter-dev] all my client users report failed to validate oauth signature ...

2010-09-01 Thread mostafa farghaly
Hi, i switched to oauth since 2 weeks or so, and deprecated basic auth completely, and all my client users upgrade, and the app stats show that every thing is fine and they're enjoying oauth, yesterday i get the message failed to validate oauth signature , and all my client users report the

[twitter-dev] Re: all my client users report failed to validate oauth signature ...

2010-09-01 Thread mostafa farghaly
dpr...@gmail.com wrote: I'm seeing a similar thing. Some of my users who have been OAuth authorized for many weeks now suddenly get an invalid OAuth signature. On Sep 1, 1:59 pm, mostafa farghaly keepon...@gmail.com wrote: Hi, i switched to oauth since 2 weeks or so, and deprecated

[twitter-dev] Re: XAuth 401 error

2010-09-01 Thread mostafa farghaly
i'm on my way to fix this, but i wonder why you didn't let us know about this change ??? On Sep 1, 8:44 pm, Steve Loft kettletoft@googlemail.com wrote: Thanks - the problem was that the library routine I used for the Unix timestamp didn't take Daylight Savings into account! Steve On Sep

[twitter-dev] oauth parameters encoding

2010-08-20 Thread mostafa farghaly
how to encode the request parameter in the post body, and in the base string after getting the access_token and access_token_secret, it will be very helpful if you give me the mapping from the reserved characters and their percent encoding as my language encoding facilities output different

[twitter-dev] Re: what's wrong with my xAuth code ???

2010-05-12 Thread mostafa farghaly
/episod On Thu, May 6, 2010 at 5:13 PM, mostafa farghaly keepon...@gmail.comwrote: every time i get failed to validate outh token and signature :( here's my simple code                        var username = username,                                password = password

[twitter-dev] Re: what's wrong with my xAuth code ???

2010-05-08 Thread mostafa farghaly
anybody ???

[twitter-dev] what's wrong with my xAuth code ???

2010-05-06 Thread mostafa farghaly
every time i get failed to validate outh token and signature :( here's my simple code var username = username, password = password, url= https://api.twitter.com/oauth/access_token;,

[twitter-dev] JavaScript XAuth library ??????

2010-03-26 Thread mostafa farghaly
Hi guys i can't wrap my head around OAuth/XAuth for browserless apps is there any JavaScript Library for easy working with XAuth To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the

[twitter-dev] Re: following-each-other ???????

2009-09-13 Thread mostafa farghaly
needing 2 requests? On Sat, Sep 12, 2009 at 18:07, mostafa farghaly keepon...@gmail.com wrote: hi guys i think we need this tag to send direct messages easily, as far as i know i can send direct messages to the buddies i follow and they follow me in the same time , and there's now direct way

[twitter-dev] following-each-other ???????

2009-09-12 Thread mostafa farghaly
hi guys i think we need this tag to send direct messages easily, as far as i know i can send direct messages to the buddies i follow and they follow me in the same time , and there's now direct way to know this info from the user info tag, i don't want to make two request: one for making sure