English 中文(简体)
Facebook app for website
原标题:

Help me.. I m implementing a web application in my local server and after i will publish my application to download and can use every one.So I need to give a social experience to user with my web application(user can update his fan pages through my web application). So i created a facebook application. But I m still in problem what is site url in application. This is not for my own web site. This is for all download users. Then how can I create a facebook application to achieve this.

问题回答

With a facebook Canvas App, site url is where the actual application is hosted.

So, if your web application was fully functional at http://example.com/facebook, that would be the site URL.

I created a facebook app last year and it s a web based application that is wholly contained within my webserver, the site url points to it s landing page.

I think you want to make this application downloadable like wordpress framework so that others can host the application on their server and use it.

So probably best way is to have a admin section like in wordpress, user who download and implement you application on his or her server can provide their own application access token.

Insted of hard-coding your own access code into your download application framework

In admin section create a tab to register your application with facebook, which will redirect user to the facebook.com/developer where he/she can register their application and after registration they can put their access token back in you application framework admin section. you can store this details in some table and fetch it where ever you need it for authentication.

hope this logic helps for you.





相关问题
Block Websites Under Certain Conditions

I d like to create a simple program that will block certain websites for the user under certain conditions (e.g. after 7:00pm if homework is due the next day). This would be just a programming ...

Looking for a good exercise in building a website

I d like to learn how to build a website, say using .Net (Monorail comes to mind). I d like a pet project, something that: Will take a fair yet reasonble amount of time I can I can build on my own ...

Recoding a Podcast Website - What should I use?

OK here is the deal. Me and some buddies are doing a Podcast(for over 4 year now) and in April we relaunched the site, that included a new Backend. Since I only had 2 weeks back then for getting ...

Cache And Compare Files In C#

Ok, I m trying to make an application for an online Radio Station. I have it set to read the song title and artist and write it to a text file on the webserver. I want to have the application store ...

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...

热门标签