Note: I wasn't sure if I should've added this to stackoverflow or the webmasters site. Let me know if I should have added to both or a specific one?
I am trying to implement elements of a Facebook Page for a non-profit organization into their website. However I am not sure if I am going about this the right way. All the information I find is vague on the area that I am completely lost in.
Details:
- They have a Facebook "Page" for their organization.
- I created a Facebook APP at: https://developers.facebook.com/apps (Right now all I did was created it.)
- They added my facebook account as an Admin to their Page.
- They have a domain, theirdomain.com but development is being done on my personal domain at dev.mydomain.com . (Their current host is very restrictive so once development is done I will move everything to their domain.com but on a different host.)
- Don't think it is needed for this questions but I am in a LAMP environment.
My Questions:
- How do I install the APP or link it with their Facebook page so it has access to their information? People keep saying to create a facebook app, but I am finding no exact information on how someone then goes about making that app work specifically for the Facebook Page.
- Since they made me admin, now I get a bunch of emails from their Page updates and the Page is linked to my personal Facebook account. Is this how all developers go about things when creating facebook functionality for clients? I have a feeling that this is not the way I should have went about doing things....
- Once I am done implementing the facebook functionality into their website, I no longer want access to the Facebook APP nor the Facebook Page. What would be the best way to pre-plan this so the transition is smooth?
My only purpose of creating the APP is because I want to display "Likes" and Photo Albums on their website. Maybe some other functionality but basically just displaying certain Facebook Page content onto their website.
I have been reading for days, but really confused. Once I am able to get pointed in the right direction I am sure it will all make sense, I just need that missing puzzle piece to click.