I'm having a problem with a Facebook application that I'm doing. The idea of my work is to make an iframe application that registers and login automatically into a mediawiki webpage that I have on the same server.
All that work is already done, but right now when I'm logged in to mediawiki after entering the app, when I click on create, or edit that article, it's not working. After clicking the link the web stays static, like no clicks were done.
In fact, the problem occurs with all Special: pages from mediawiki, all the others links works properly.
In chrome when I Ctrl+click and open in a new tab, everything works fine, but for my app requested I needed to stay into the iFrame.
Related
On iphone, when I click on any of my web site's internal link,it moves to that page, and tham press the browser back button, it wont load the page on the same spot, but on the top of the page. Have someone ever experienced this?
Sorry but there is no special code to be shared. Also I cant share the sites link on public.
I've made a Facebook Web App and added it to a already existing page, as a tab. When navigating through the app itself in it's original address, everything works fine.
The problem occurs when clicking links while using the app from the tab. I noticed Facebook added the fb_page plus a lot of numbers to the original link and it turns the link unreachable.
Does anyone know what can I do to correct it? I appreciate any help.
I want to create a FB app that uses ActiveX.
Is there a way to make the ActiveX running after the user left the app page and went to some other FB page?
Is there a way to make the ActiveX running after the user left the app page and went to some other FB page?
You can substitue “ActiveX” here with “any kind of plugin content” easily, and the answer still remains the same as it has for ages on the web:
If the page it is contained in is unloaded, the plugin content will of course stop playing.
Within facebook.com, your only option is to open a popup and have your plugin content play within that window.
Tried to add a facebook like button which worked ok earlier, I have installed a plugin for wordpress to display the correct thumbnail when its shared on timeline. The problem is when I refreshed the sites thumbnail image using facebooks lint/debug tool (http://developers.facebook.com/tools/debug) I am not unable to actually 'like' the site.
When I click it a pop asked me to sign in which is fine, but the 2nd pop up 'where you can type a message along with your like) closes itself when I click it, I have no idea what is causing this, anyone shared the same experience or have any idea what may be causing it? Or do I have to wait until Facebook scrapes the page?
This ended up working today after another refresh on facebooks URL debug tool, seems random.
I am working on web application with .net 3.5 using C# facebook SDK. Loading page inside Page Tab iframe with some information, and input button, on click of button i am doing auth.Authorize() with some permissions, FB Permission window opens fine, but once user click on allow button it is redirecting to application canvas page instead of Page tab.
Is there anything i am missing?
Regards
Imran
Answer is to set auth.ReturnUrlPath which will bring user back to selected tab in facebook page. If your application is being added to multiple pages, then you can find out current pageid from "signed request" and set correct ReturnUrlPath, and attach ?sk=app_YOUR_APP_ID as querystring to ReturnUrlPath so current tab will be selected. your return path will look something similar to : http://www.facebook.com/profile.php?id=YOUR_PAGE_ID&sk=app_YOUR_APP_ID (make sure you handle both http and https)
This worked for me, hopefully will work for someone too.
-Ims
Facebook C# SDK doesnt support tabs.
Only canvas apps are supported.