Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This tag is for questions about views, a database construct that allows a user to join several tables together or restrict access to certain data.

learn more… | top users | synonyms

0
votes
1answer
71 views

Fan page stopped getting traffic after last big overhaul

I used to have about 1200 fans and my stats would show that my pages would be seen hundreds of times, often over 1,000. Then there was a major Facebook overhaul, which amongst other things, only ...
0
votes
3answers
634 views

Problems viewing facebook page tab

I need help because now I can not see my facebook application. I do not see the page, but I see the css code is not mine, as the following: .dialog_body .dialog_option{padding:14px 0 7px 0} ...
2
votes
1answer
309 views

Error when wrapping the view of a 3rd-party Django app? (Facebook, django-socialregistration, django-profiles)

I'm using django-socialregistration to manage my site's connection with Facebook. When a user clicks the "Connect with Facebook" button, I am able to automatically create a new Django user and log ...