Perhaps if you switch to OAUTH you can make calls in javascript
without worrying about sending the user's password in plain text and
avoid having the pop-up login window.

On Nov 5, 2:22 am, anix <ani...@gmail.com> wrote:
> Hi Friends,
>
> i was trying to access few of the user authenticated feeds like
> friends feeds.
> since u need to authenticate to get it, i was using CURL in php which
> work perfectly fine.
> only problem is rate limit, if multiple people login to the same page
> and try to access there feeds it will get rate lime of 150.
>
> i tried calling the link in javascript it ask for a authentication
> window /after authenticating it gives me the xml / json file and it
> counts the rate limit for the system which is calling the link and not
> the server.
>
> Problem in javascipt is the windows login window and the problem with
> CURL is rate limit sets to PHP servers IP address.
>
> Please any one have some work around to avoid any of the above
> condition.

Reply via email to