I Keep getting OAuthException (#210) Subject must be a page.
error even if I am using the Page Access Token and not the App Access Token.
I am using the following:
- Latest JavaScript SDK from facebook (//connect.facebook.net/en_US/all.js)
- Calling the
/{PAGE_ID}/tabs?app_id={APP_ID}&method=POST&access_token={PAGE_ACCESS_TOKEN}
using the FB.api method once the user is logged in.
My Application is not FBML but a Canvas / iFrame App. What am i doing wrong?
I have researched the web including the Stackoverflow and other facebook forums but still no answer on this. OAuth is Enabled for my Application.
Also, If i copy and paste the link in Browser it works fine. It does not if I do it using the API.