Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • after some weeks, i was going crazy so i decided to implement a front-end insert form for my posts. In my case, i had only to validate input and sanitize text and dates.

    If you need to access wp-admin section (because of complexity of your task), i would suggest to change app type into “website”.

    hi bradholland, i’ve done a facebook app inside a iframe, and i’ve a similar problem.

    the cause is the fact that fb doesn’t accept an url coming outside the app base domain: for example if your app is located at https://apps.facebook.com/xxxxxx/

    you can access any sub directory under xxxxxx/ level but not file of the same level. (the wp root in our case)

    i tried to resolve the problem setting target=”_parent” or even “_top” but this last is a pure redirect at the app domain.

    SOMEONE ELSE CAN HELP US TO ACCESS WP-LOGIN.PHP INSIDE FACEBOOK CANVAS ?

Viewing 2 replies - 1 through 2 (of 2 total)