On Sep 23, 9:46 am, subbarao <[email protected]> wrote: > When a user accesses my facebook app viahttp://apps.facebook.com/myappxxxxx, > I want it to immediately show the > request permissions fb dialog - like so many others do. > > The problem is that it shows a big facebook icon instead of the request > permissions. However, if you click on that icon, it in fact goes to the > correct request permissions page! > > Does anyone know how to redirect to the facebook permissions page properly?
Use top.location, not window.location. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

