Facebook AS3 api log in box did work, a day later it does not - facebook

Yesterday I successfully got my flash project to log in with the facebook as3 api.
Today I tried using the application again, and now its not working. I didn't change any code... Does anyone know how I should approach debugging this or has this happened to anyone else?
Thanks

A friend created a solution for this issue. I fixed my flash sites and their facebook connect with AS3 SDK.
We're from Mexico so it's in spanish:
Facebook AS3 Fix
Traduction:
1.- If you're using GraphAPI_Web_1_8_1.swc, delete it.
2.- Download the modified api from Here
3.- Copy the folder in your libraries, if you already had the facebook folder, overwrite.
4.- Compile the project.
The problem happened because facebook modified its http://connect.facebook.net/en_US/all.js file in a way in which the FacebookJSBridge.as file from the as3 api made some calls to "FB.JSON". Now they should be made to "JSON" instead.

1.- If you are using GraphAPI_Web_1_8_1.swc delete it.
2.- Download the modified graph api from here
3.- Paste those folders on your librarys, if you had the facebook folder overwrite it.
4.- Publish your project.
This problem started when facebook changed its file connect.facebook.net/en_US/all.js in a way that all the calls made from the as3 file "FacebookJSBridge.as" must be changed from "FB.JSON" to just "JSON".
src: http://ederchrono.com/blog/2012/05/09/fixing-fb-graph-api-for-as3/

The facebook connect functionality on all flash sites made at work have also stopped working. When clicking on the facebook connect button nothing happens. And we’ve made no changes. Now everyone’s working frantically to find a solution.
I hope someone finds a solution soon. Facebook has posted no changes, though they should look into this. I bet tons a flash sites have just stopped working.

Related

Google AdSense ERR_ADDRESS_INVALID

My website has just been approved by AdSense, and I tried to put some basic display ads on the site.
I've set up the ad, and pasted the HTML Code in my project.
When I visit the website, the console says:
Failed to load resource: net::ERR_ADDRESS_INVALID (at adsbygoogle.js:1)
I thought it was a problem of my website, but when I try to manually open the adsbygoogle JS, my browser also says ERR_ADDRESS_INVALID.
Anyone knows what to do?
Thanks in advance
Never mind, it was because of my Windows hosts file... Some program I've used earlier, blocked a lot of Hosts through it.

Facebook comment plugin doesn't work at all

I inserted the facebook code where required and absolutely nothing happens or shows up. Using dreamweaver cs6 and in live view or when testing in ANY browser, nothing shows up. It's a blank box. ANy thoughts? I read somewhere that the website must be made into an application of facebook? Is this something?
Specifically, after activating the plugin and properly connecting the plugin to the facebook app,which does work and has been used extensively before hand, comments simply fail to load. There is no comment box, no past comments pull in either (note the app has historical comments already).
In the plugin settings area on the right side of the screen where the comments check box exists, there is a read more link that takes you to the facebook developers page where it discusses adding the facebook comments iframe.
If there is some other location where comment settings might also exist (past the three fields that require the 2 keys and the app name) I could not find them and this was not referenced in the plugin setup.

How to add facebook-ios-sdk in app for login and fetch user data

I want to integrate the facebook login dialog in my app. For that i have checked the facebook developer page to integrate it.
1 - Downloaded facebook sdk package and installed it
2 - added facebook.framework and FBUserSettingsViewResources.bundle in my app
3 - and use its SessionLoginSample
Its running and user can do login using facebook but its open in safary instead of that i want to open it in dialog box.
Answer in here says that do change in facebook.m file but my project does not have it. for that i have downloaded facebook-ios-sdk project from the GITHub and in that project from src folder i have copied all file in my project. Its non arc so added flag fno-objc-arc.
But facebook.m file does not contain that code which answer suggested to change. And also i have implemented graph GraphApiSample but it display error in FBLoginView.
So plz help on this topic any code or tutorial will be highly appreciable.
If you want to open the login page within your app you have to use the FBGraphAPI .
If you want to force the web dialog, you need to specify the login behavior.
If you look in FBSession, there are many methods to open a Session, many of which will take an FBSessionLoginBehavior parameter. If you pass in FBSessionLoginBehaviorForcingWebView for the login behavior, it will force the web view dialog.

Phoca Gallery: Error with Intergration of Facebook Albums in Gallery

So, same Problem like the Guy before and alot more people on the web, but this time i try to make a good discription. My english is not perfect, but please realise that i really try to tell you the details here.
There is a Function in the Famous Phoca Gallery Plugin for Joomla to integrate whole Facebook-Albums into the Gallery-System and show them next to the local ablums and pictures of the website in the same style and css.
here the detailed description by the deveopener of phoca gallery, how this integration normaly works, please look here:
http://www.phoca.cz/documents/2-phoca-gallery-component/443-displaying-facebook-albums
So, easy to tell: U have to create an facebook-application, give phoca galery the usernamem & pw, App-ID and secret-nr and it gets the rest of the needed data automatically via facebook.
Then, you have to create an new category inside of the phoca galerysystem and define the Facebook-Album you want as source. this is finally the step, that doesnt work with my page. U have to select the choosen facebook user, this is working, but if I try to select an fb-album of this user, i just get following error:
Facebook API Failure: Unknown method (3)
Normaly, on most Systems its working, but there are a few systems, where its just not working. Have a look on this forum, a lot of people have the same error like me.
http://www.phoca.cz/forum/viewtopic.php?f=1&t=23126
Developeners of Phoca tried to fix, but finally they started to tell the people, they should ask the developeners of facebook, because since now nobody was sucessfull to fix or just find the error.
So, this is now the try to tell u about this problem, maybe there is a way
Hopefully u are not just closing this, if anybody knows the problem and and have a fix, PLEASE tell
Not sure about phoca gallery, but I've developed a plugin for showing your Facebook albums (fanpage only) into your Joomla site. Thousands of people are using it successfully on their sites. It also has a WordPress version.
BTW, It's not free.
JFBAlbum
JFBAlbum Demo

Facebook open graph tutorial not working correctly and not running without chrome

I was trying the open graph tutorial from Facebook developers site.
http://developers.facebook.com/docs/opengraph/tutorial/
I copied and pasted the code and changed the app ID with mine. Step 2 worked fine, but from step 4 meta tags are not working. I checked the code several times,app ID and "YOUR_NAMESPACE"is changed correctly. I was developing inside localhost of WAMP server. Did I miss anything? I followed every step from the tutorial.
Secondly 'Add to timeline' or 'login' box isn't showing in any browser except chrome. Inside chrome it works fine, but in firefox or IE it shows only a link to Facebook site. Why is that!
And suggest me some good tutorial on open graph.Please Help!
It probably didn't work as it says the object page in Step 4 has to be publicly accessible. Facebook needs to be able to gather data from that page to present in time line. Your localhost mamp install won't be publicly accessible.
From the tutorial >>
Before being able to publish an Open Graph action for a user and having define its
corresponding connected object type in Step 3, you will now need to create a publicly
accessible web page that represents this object using Open Graph metatags. Once this
object page is created, you can use the Graph API to publish an action.
I have not seen any good tutorials on it besides facebook's. They go in depth into every aspect of it as it is their product. I followed that same tutorial and it works perfectly.
Without your code I cant really help. If you put your meta tags up ill have a look.
Im also not sure if it actually works off the local host.