Loading...
Logo
Processing Forum
marutha.saroj's Profile
1 Posts
0 Responses
0 Followers

Activity Trend

Last 30 days
Show:
Private Message
    Hi,

    I am not able to perform post operation in  "https://graph.facebook.com" to create campaign and also update fileds on any of the ad object [adcampaign,adgroup,adcreative].

    I tried using java restful jersy client as well as facebook graph explorer https://developers.face<LINK_BROKEN_BY_ADMIN>book.com/tools/explorer .

    The user which i have used to perform post operation is have following roles and permission

    "users" : [
         {
           "uid" : 000000000000000000 , some valid user id
           "permissions" : [
             1 ,
             2 ,
             4 ,
             5 ,
             7
           ] ,
           "role" : 1001
         }

    Please find below the error which i got while performing the post operation.

    "error":{"message":"(#10)  User  000000000000000000  does not have access to account 000000000 ","type":"OAuthException","code":10}}

    Looks like some entitlement issue

    Please reply to this if anybody is having any solution for it