facebook - Application request limit reached for different user access_tokens -


my application generates rest url facebook's graph api in following way:

fb.login(function (response) {    if (response.authresponse) { accesstoken = response.authresponse.accesstoken; var resturl = "https://graph.facebook.com/me/friends?fields=picture,name,id&access_token=" + accesstoken                                }                               }); 

i have been debugging application lot today , rest call returning following message:

{    "error": {       "message": "(#4) application request limit reached",       "type": "oauthexception",       "code": 4    } } 

my understanding each user get's allotted number of rest calls tried running app different persons facebook account. didn't help. can explain what's going on?

according this answer on quora, there rate limit applied ip address token. logging in different facebook account wouldn't if still using same ip address.

in general wouldn't problem, because typically wouldn't have lots of different users logged in same ip, when testing can issue.

if you're on internet connection doesn't have fixed ip, try disconnecting , reconnecting isp , hope assigned new address.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -