views:

12

answers:

0

Hey guys,

I had a custom fb tab app that basically used a twitter library hosted on mysite to list out friends timeline. The twitter part then was authenticated using basic authentication, hence no callbacking was needed.

Now that basic auth is gone, I find that I need to use OAuth, not a problem if I view the actualy twitter feed from my own domain, but viewing it from facebook is causing a problem because when it requests for authentication, it is loading the twitter Oauth page within the app, which causes errors because that Oauth page is not FBML.

Can anyone point me in the right direction here please ?

related questions