[twitter-dev] IP's rate limit using Twitter API?

2011-02-09 Thread computerzworld
Hello,
I am having one application which is calling 
statuses/user_timeline method using XML without authentication so I am 
getting 150 requests per hour for my IP. Is there any way so that I can get 
how many requests are remaining for my IP for that particular hour? Also is 
there any way to overcome this limitation of 150 requests per hour apart 
from whitelisting? Thank you.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Twitter rate limiting restricting my implementation

2010-12-03 Thread computerzworld
Hi,
I have changed my logic to fetch 100 users at a time using
statuses/friends call. And passing cursor parameter everytime after
one call recursively. But this process is becoming very slow and it is
taking very long time to fetch the records & getting terminated
suddenly. What you people suggest in order to export the data with
lesser number of calls & speedily even though user is having more
number of friends?

On Dec 2, 9:22 pm, Taylor Singletary 
wrote:
> Hi computerzworld,
>
> You probably don't need whitelisting and should rethink your implementation
> instead. Using multiple accounts is not the right answer to get around rate
> limits, unless those accounts represent users engaged in your service and
> you are acting directly on their behalf.
>
> The quickest path to outputting a list of friends and followers to a CSV
> file is using the friends/ids and followers/ids API methods. For most users,
> each of these methods will require a single request. You then pipeline those
> results into users/lookup, which allows you to get the equivalent of
> users/show for up to 100 user ids at a time.
>
> With this pipeline, you can certainly provide CSVs of followers and
> followings for the majority of your users within 350 requests. If it would
> take more than 350 requests it's a very exceptional situation. The answer to
> that situation is not whitelisting. It's recognizing that some of your users
> will take longer to process than others. They might not get their CSV within
> an hour.
>
> Thanks,
> Taylor
>
> On Thu, Dec 2, 2010 at 7:26 AM, Igor Kharin  wrote:
> > Well, I'm pretty sure you can use multiple accounts. So that when user
> > account limits gets exhausted you can switch to you app's one and
> > fetch the rest.
>
> > On Thu, Dec 2, 2010 at 8:57 PM, computerzworld  wrote:
> > > Hi,
> > >                    Thanks for your response. I have made a request
> > > before a week but its still not get approved. Is Twitter ignoring all
> > > requests? Or any other way can I make this work?
>
> > > Thanks.
>
> > > On Dec 2, 6:31 pm, Igor Kharin  wrote:
> > >> Hello. You may try to get your app whitelisted to bump up the limits:
> >http://dev.twitter.com/pages/rate-limiting#whitelisting
>
> > >> On Thu, Dec 2, 2010 at 6:57 PM, computerzworld 
> > wrote:
> > >> > Hello,
> > >> >           I am implementing an application which will download users'
> > >> > friends & followers as csv so that they can have backup of their data
> > >> > but when I am making the API call, users API call limit is getting to
> > >> > zero as that user is having more than 100 friends and followers and
> > >> > limit of 350 is getting over in one shot. I am making two API calls at
> > >> > a time. One is friends/ids for retrieving friends' ids and form that I
> > >> > am fetching users details via users/show. Is there any other way in
> > >> > which I can be able to retrieve the list using streaming API or
> > >> > something else or increasing my limit? Also users/show function is
> > >> > retrieving data very much slow. I am getting stuck at this point.
> > >> > Please help me. Thank you.
>
> > >> > --
> > >> > 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:
> >http://groups.google.com/group/twitter-development-talk
>
> > > --
> > > 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:
> >http://groups.google.com/group/twitter-development-talk
>
> > --
> > 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:
> >http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Twitter rate limiting restricting my implementation

2010-12-02 Thread computerzworld
Hi,
Thanks for your response. I have made a request
before a week but its still not get approved. Is Twitter ignoring all
requests? Or any other way can I make this work?

Thanks.

On Dec 2, 6:31 pm, Igor Kharin  wrote:
> Hello. You may try to get your app whitelisted to bump up the 
> limits:http://dev.twitter.com/pages/rate-limiting#whitelisting
>
> On Thu, Dec 2, 2010 at 6:57 PM, computerzworld  wrote:
> > Hello,
> >           I am implementing an application which will download users'
> > friends & followers as csv so that they can have backup of their data
> > but when I am making the API call, users API call limit is getting to
> > zero as that user is having more than 100 friends and followers and
> > limit of 350 is getting over in one shot. I am making two API calls at
> > a time. One is friends/ids for retrieving friends' ids and form that I
> > am fetching users details via users/show. Is there any other way in
> > which I can be able to retrieve the list using streaming API or
> > something else or increasing my limit? Also users/show function is
> > retrieving data very much slow. I am getting stuck at this point.
> > Please help me. Thank you.
>
> > --
> > 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:http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Twitter rate limiting restricting my implementation

2010-12-02 Thread computerzworld
Hello,
   I am implementing an application which will download users'
friends & followers as csv so that they can have backup of their data
but when I am making the API call, users API call limit is getting to
zero as that user is having more than 100 friends and followers and
limit of 350 is getting over in one shot. I am making two API calls at
a time. One is friends/ids for retrieving friends' ids and form that I
am fetching users details via users/show. Is there any other way in
which I can be able to retrieve the list using streaming API or
something else or increasing my limit? Also users/show function is
retrieving data very much slow. I am getting stuck at this point.
Please help me. Thank you.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Finding total results from users/search method

2010-11-23 Thread computerzworld
Thanks for the reply. Actually what I want is to paginate the results
that are coming. And results will be based on keyword which was
getting searched so it may have full 20 pages result or may have just
1 page result. So is there any way to identify how many pages are
there apart from this?

On Nov 23, 12:55 am, Matt Harris  wrote:
> Just realised you were referring to users/search. Like Search. the number of
> results is not returned by this method.
>
> The maximum results returned are 1000 with the per_page argument allowing
> you to choose up to 20 results per page. In terms of behavior this feature
> is the same as "Find People" on twitter.com.
>
> In that interface we just provide a 'more' button when keeps being displayed
> until the results returned are not equal to the per_page requested.
>
> Best
> @themattharris
> Developer Advocate, Twitterhttp://twitter.com/themattharris
>
> On Mon, Nov 22, 2010 at 11:48 AM, Matt Harris 
> wrote:
>
> > Hi computerzworld,
>
> > This information is not available through the API.
>
> > The following information might be helpful with paginating the Search
> > results though. The Search API will return roughly 1500 results total,
> > separated into pages of size 'rpp' (results per page). The maximum rpp is
> > 100, and the default is 15.
>
> > Best,
> > @themattharris
> > Developer Advocate, Twitter
> >http://twitter.com/themattharris
>
> > On Mon, Nov 22, 2010 at 8:14 AM, computerzworld wrote:
>
> >> Hello,
> >>               I want to find how many results are found for
> >> particular keyword search. It may have more or less results according
> >> to search query entered by user. I want to find total how many results
> >> are there for a particular keyword in order to implement pagination on
> >> the search results. How can I get total number of records? Please help
> >> me. Thanks.
>
> >> --
> >> 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:
> >>http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Finding total results from users/search method

2010-11-22 Thread computerzworld
Hello,
   I want to find how many results are found for
particular keyword search. It may have more or less results according
to search query entered by user. I want to find total how many results
are there for a particular keyword in order to implement pagination on
the search results. How can I get total number of records? Please help
me. Thanks.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Failed to validate oauth signature and token

2010-11-20 Thread computerzworld
I am facing the problem again even after server time sync. Getting the
same error again. Now what should be the issue? I am getting stuck
again :(

On Nov 20, 10:45 am, computerzworld  wrote:
> Problem solved! I have synchronized my server time to NTM using WHM  &
> it worked! Thanks all for your help.
>
> On Nov 20, 10:26 am, computerzworld  wrote:
>
> > @ Matt Harris
> >                       I checked the header from twitter & my server's
> > header & I found difference of 1 hour & I have set the time using
> > date_default_timezone_set to GMT using PHP. But still its giving the
> > same error. What should be the problem behind it? Thanks.
>
> > On Nov 19, 11:55 pm, Matt Harris  wrote:
>
> > > In addition, the server time is returned in the HEAD of every response 
> > > from
> > > the Twitter API. If the first request fails you can inspect the time
> > > returned in the HEAD and calculate the difference between it and your 
> > > local
> > > time. You can then add/subtract that difference to the timestamp you use 
> > > for
> > > OAuth requests.
>
> > > Hope that helps,
> > > @themattharris
> > > Developer Advocate, Twitterhttp://twitter.com/themattharris
>
> > > On Fri, Nov 19, 2010 at 9:35 AM, M. Edward (Ed) Borasky <
>
> > > zn...@borasky-research.net> wrote:
> > > > The server administrators can and should sync server clocks 
> > > > automatically
> > > > to the world time clocks using Network Time Protocol (NTP). If your "IT
> > > > department" isn't doing this, find out why not. Most likely they don't 
> > > > know
> > > > it's possible. It's pretty easy on Linux and Windows, but you do need an
> > > > Internet connection to the outside world, so the firewall folks need to 
> > > > be
> > > > involved and you have to make sure your server-side NTP software is 
> > > > kept up
> > > > to date on security patches.
> > > >  --
> > > > M. Edward (Ed) Borasky
> > > >http://borasky-research.nethttp://twitter.com/znmeb
>
> > > > "A mathematician is a device for turning coffee into theorems." - Paul
> > > > Erdos
>
> > > > Quoting computerzworld :
>
> > > >  Thanks for your reply. Is there anyway to sync server clock
> > > >> programatically? Or any other way by which we can make the stuff
> > > >> working? Because I don't have access to server hardware.
>
> > > >> On Nov 12, 12:28 am, Abraham Williams <4bra...@gmail.com> wrote:
>
> > > >>> Your servers clock needs to be properly synced using NTP.
>
> > > >>>http://en.wikipedia.org/wiki/Network_Time_Protocol
>
> > > >>> Abraham
> > > >>> -
> > > >>> Abraham Williams | Hacker Advocate | abrah.am
> > > >>> @abraham <https://twitter.com/abraham> | github.com/abraham |
> > > >>> blog.abrah.am
> > > >>> This email is: [ ] shareable [x] ask first [ ] private.
>
> > > >>> On Thu, Nov 11, 2010 at 05:36, computerzworld 
> > > >>> wrote:
> > > >>> > Hello,
> > > >>> >            I am using Twitter Oauth library for signing in to 
> > > >>> > Twitter
> > > >>> > & getting access token for posting tweets programatically. But when 
> > > >>> > I
> > > >>> > am trying to run the application on my server it is giving me error
> > > >>> > like
>
> > > >>> > "Failed to validate oauth signature and token"
>
> > > >>> > I tried to move the application on another server & it is working. 
> > > >>> > So
> > > >>> > what should be the problem behind this? Is there any configuration
> > > >>> > required for the server in order to make this work? Please help me.
>
> > > >>> > Thanks in advance.
>
> > > >>> > --
> > > >>> > 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:
> > > >>> >http://groups.google.com/group/twitter-development-talk
>
> > > >> --
> > > >> 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:
> > > >>http://groups.google.com/group/twitter-development-talk
>
> > > > --
> > > > 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:
> > > >http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] How to use account/update_profile_background_image?

2010-11-20 Thread computerzworld
Hello,
  I want to update twitter users' profile image
programatically. I read the documentation for
update_profile_background_image but I was not able to find how to
update the background image. Please help me. Thanks.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Failed to validate oauth signature and token

2010-11-19 Thread computerzworld
Problem solved! I have synchronized my server time to NTM using WHM  &
it worked! Thanks all for your help.


On Nov 20, 10:26 am, computerzworld  wrote:
> @ Matt Harris
>                       I checked the header from twitter & my server's
> header & I found difference of 1 hour & I have set the time using
> date_default_timezone_set to GMT using PHP. But still its giving the
> same error. What should be the problem behind it? Thanks.
>
> On Nov 19, 11:55 pm, Matt Harris  wrote:
>
> > In addition, the server time is returned in the HEAD of every response from
> > the Twitter API. If the first request fails you can inspect the time
> > returned in the HEAD and calculate the difference between it and your local
> > time. You can then add/subtract that difference to the timestamp you use for
> > OAuth requests.
>
> > Hope that helps,
> > @themattharris
> > Developer Advocate, Twitterhttp://twitter.com/themattharris
>
> > On Fri, Nov 19, 2010 at 9:35 AM, M. Edward (Ed) Borasky <
>
> > zn...@borasky-research.net> wrote:
> > > The server administrators can and should sync server clocks automatically
> > > to the world time clocks using Network Time Protocol (NTP). If your "IT
> > > department" isn't doing this, find out why not. Most likely they don't 
> > > know
> > > it's possible. It's pretty easy on Linux and Windows, but you do need an
> > > Internet connection to the outside world, so the firewall folks need to be
> > > involved and you have to make sure your server-side NTP software is kept 
> > > up
> > > to date on security patches.
> > >  --
> > > M. Edward (Ed) Borasky
> > >http://borasky-research.nethttp://twitter.com/znmeb
>
> > > "A mathematician is a device for turning coffee into theorems." - Paul
> > > Erdos
>
> > > Quoting computerzworld :
>
> > >  Thanks for your reply. Is there anyway to sync server clock
> > >> programatically? Or any other way by which we can make the stuff
> > >> working? Because I don't have access to server hardware.
>
> > >> On Nov 12, 12:28 am, Abraham Williams <4bra...@gmail.com> wrote:
>
> > >>> Your servers clock needs to be properly synced using NTP.
>
> > >>>http://en.wikipedia.org/wiki/Network_Time_Protocol
>
> > >>> Abraham
> > >>> -
> > >>> Abraham Williams | Hacker Advocate | abrah.am
> > >>> @abraham <https://twitter.com/abraham> | github.com/abraham |
> > >>> blog.abrah.am
> > >>> This email is: [ ] shareable [x] ask first [ ] private.
>
> > >>> On Thu, Nov 11, 2010 at 05:36, computerzworld 
> > >>> wrote:
> > >>> > Hello,
> > >>> >            I am using Twitter Oauth library for signing in to Twitter
> > >>> > & getting access token for posting tweets programatically. But when I
> > >>> > am trying to run the application on my server it is giving me error
> > >>> > like
>
> > >>> > "Failed to validate oauth signature and token"
>
> > >>> > I tried to move the application on another server & it is working. So
> > >>> > what should be the problem behind this? Is there any configuration
> > >>> > required for the server in order to make this work? Please help me.
>
> > >>> > Thanks in advance.
>
> > >>> > --
> > >>> > 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:
> > >>> >http://groups.google.com/group/twitter-development-talk
>
> > >> --
> > >> 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:
> > >>http://groups.google.com/group/twitter-development-talk
>
> > > --
> > > 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:
> > >http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Failed to validate oauth signature and token

2010-11-19 Thread computerzworld
@ Matt Harris
  I checked the header from twitter & my server's
header & I found difference of 1 hour & I have set the time using
date_default_timezone_set to GMT using PHP. But still its giving the
same error. What should be the problem behind it? Thanks.

On Nov 19, 11:55 pm, Matt Harris  wrote:
> In addition, the server time is returned in the HEAD of every response from
> the Twitter API. If the first request fails you can inspect the time
> returned in the HEAD and calculate the difference between it and your local
> time. You can then add/subtract that difference to the timestamp you use for
> OAuth requests.
>
> Hope that helps,
> @themattharris
> Developer Advocate, Twitterhttp://twitter.com/themattharris
>
> On Fri, Nov 19, 2010 at 9:35 AM, M. Edward (Ed) Borasky <
>
> zn...@borasky-research.net> wrote:
> > The server administrators can and should sync server clocks automatically
> > to the world time clocks using Network Time Protocol (NTP). If your "IT
> > department" isn't doing this, find out why not. Most likely they don't know
> > it's possible. It's pretty easy on Linux and Windows, but you do need an
> > Internet connection to the outside world, so the firewall folks need to be
> > involved and you have to make sure your server-side NTP software is kept up
> > to date on security patches.
> >  --
> > M. Edward (Ed) Borasky
> >http://borasky-research.nethttp://twitter.com/znmeb
>
> > "A mathematician is a device for turning coffee into theorems." - Paul
> > Erdos
>
> > Quoting computerzworld :
>
> >  Thanks for your reply. Is there anyway to sync server clock
> >> programatically? Or any other way by which we can make the stuff
> >> working? Because I don't have access to server hardware.
>
> >> On Nov 12, 12:28 am, Abraham Williams <4bra...@gmail.com> wrote:
>
> >>> Your servers clock needs to be properly synced using NTP.
>
> >>>http://en.wikipedia.org/wiki/Network_Time_Protocol
>
> >>> Abraham
> >>> -
> >>> Abraham Williams | Hacker Advocate | abrah.am
> >>> @abraham <https://twitter.com/abraham> | github.com/abraham |
> >>> blog.abrah.am
> >>> This email is: [ ] shareable [x] ask first [ ] private.
>
> >>> On Thu, Nov 11, 2010 at 05:36, computerzworld 
> >>> wrote:
> >>> > Hello,
> >>> >            I am using Twitter Oauth library for signing in to Twitter
> >>> > & getting access token for posting tweets programatically. But when I
> >>> > am trying to run the application on my server it is giving me error
> >>> > like
>
> >>> > "Failed to validate oauth signature and token"
>
> >>> > I tried to move the application on another server & it is working. So
> >>> > what should be the problem behind this? Is there any configuration
> >>> > required for the server in order to make this work? Please help me.
>
> >>> > Thanks in advance.
>
> >>> > --
> >>> > 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:
> >>> >http://groups.google.com/group/twitter-development-talk
>
> >> --
> >> 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:
> >>http://groups.google.com/group/twitter-development-talk
>
> > --
> > 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:
> >http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Failed to validate oauth signature and token

2010-11-19 Thread computerzworld
Thanks for your reply. Is there anyway to sync server clock
programatically? Or any other way by which we can make the stuff
working? Because I don't have access to server hardware.

On Nov 12, 12:28 am, Abraham Williams <4bra...@gmail.com> wrote:
> Your servers clock needs to be properly synced using NTP.
>
> http://en.wikipedia.org/wiki/Network_Time_Protocol
>
> Abraham
> -
> Abraham Williams | Hacker Advocate | abrah.am
> @abraham <https://twitter.com/abraham> | github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
> On Thu, Nov 11, 2010 at 05:36, computerzworld  wrote:
> > Hello,
> >            I am using Twitter Oauth library for signing in to Twitter
> > & getting access token for posting tweets programatically. But when I
> > am trying to run the application on my server it is giving me error
> > like
>
> > "Failed to validate oauth signature and token"
>
> > I tried to move the application on another server & it is working. So
> > what should be the problem behind this? Is there any configuration
> > required for the server in order to make this work? Please help me.
>
> > Thanks in advance.
>
> > --
> > 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:
> >http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Calling account/update_profile_background_image using oauth

2010-11-19 Thread computerzworld
Hello,
   I am want to update profile background image using oauth
library & calling account/update_profile_background_image. But I don't
know how can I use this? Which parameter I need to pass to this in
order to update profile background image? Please help me. Thanks in
advance.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Failed to validate oauth signature and token

2010-11-11 Thread computerzworld
Hello,
I am using Twitter Oauth library for signing in to Twitter
& getting access token for posting tweets programatically. But when I
am trying to run the application on my server it is giving me error
like

"Failed to validate oauth signature and token"

I tried to move the application on another server & it is working. So
what should be the problem behind this? Is there any configuration
required for the server in order to make this work? Please help me.


Thanks in advance.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] How to validate twitter username in PHP?

2010-08-28 Thread computerzworld
Hi, I have created application that fetches users' tweets from his/her
user account. I want to validate the username using php & ajax when he/
she is entering in the textbox. Is there any way using which I can get
response whether user have entered valid username or not? Please help
me. Thanks in advance.

-- 
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: 
http://groups.google.com/group/twitter-development-talk?hl=en