Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I've been wondering for a while if I can have google sites pages display things specific to the currently logged in user. I keep googling for a solution, but never come up with anything conclusive.

Basically I use Google sites for my university class websites. I'd love it if I could display things specific to an individual student, such as, you have completed homeworks 1,2 and 3 - now it's time to work on homework number 4

Many thanks in advance

share|improve this question

1 Answer

up vote 3 down vote accepted
+50

I've search in Google and found this:

You can use Page-level permissions to display certain pages to certain users. You can use Google Apps Script to detect the signed in user too, but what you could display in Google Apps Script is limited. I'd go for Page-level permissions.

I think this is a good start for you.

share|improve this answer
thanks - that is a good start - what I really need now is an example pulling spreadsheet data in a google site ... stackoverflow.com/questions/12264255/… – Sam Joseph Sep 4 '12 at 13:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.