Click here to Skip to main content
16,023,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m developing facebook integration with .net

https://graph.facebook.com/app?access_token=124638494284029|9kz1fxXZH0lIj2CW0dfeHmx_OGA[^]

this link is working

but when i m accessing campaign data using
https://graph.facebook.com/act_44815699/adgroups?campaign_ids=[6004834379123]&access_token=124638494284029|9kz1fxXZH0lIj2CW0dfeHmx_OGA[^]

it throw error
JavaScript
{
   "error": {
      "message": "(#294) ",
      "type": "OAuthException",
      "code": 294
   }
}

any idea how to resolve this error
Posted
Updated 20-Sep-12 19:30pm
v2

1 solution

I have tried the link given by you but it is not working :

[^]
https://graph.facebook.com/app?access_token=124638494284029|9kz1fxXZH0lIj2CW0dfeHmx_OGA
please try again
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900