AHWEBDEV
Forum Replies Created
-
Exact i must remove the toggle slide on the field app secret key…
Go to your settings Facebook AWD and activate Fb connect.
You will se the app secret field.To add a featured image you have 2 ways.
In openGraph settings, set the field Image url as %POST_IMAGE% to use the featured image of the post.Or redefine those settings into the same form with a real url of an image on the editor post.
Oups, sorry it seems there was a mistake in the repository.
Take this one http://downloads.wordpress.org/plugin/facebook-awd.0.9.9.zipIt seems you are using the developement version…
You must download the 0.9.9 tag.
@trils, If openGraph is activated, can you verify if the settings in opengraph are correctly set with your Facebook numeric ID in the field FB admins ID ?
This is this way that facebook can know who is the owner of the page and btw, know who is the owner of the comments box to notify him.
If the activity box doesn’t update feed, maybe the problem come from your openGraph meta with bad settings.
HI, in the settings of the plugin in openGraph tab.
In the section Tag, there is a field named Fb admins ID.
Fill it with your Facebook ID.Then go on the debugger url of facebook and submit each url you want to update.
Hi, the notification ID is no more supported by facebook comments.
Now you should activate openGraph metas in the plugin, and configure the openGraph form.
Then go on the url debugger of facebook to clear the cache.Facebook will know that your are the owner of the content and of the comment box.
Then you should have notification from facebook.
Oh… i am not banning you, i just want to know what’s wrong before to say “it simply does not work”…
And this plugin was tested with a basic wordpress install and i guess, he respect the coding standart.
The only know issue with this plugin is that you can’t use others plugins that use Facebook API and can’t use cache html system.
Comment and like can be used as standalone…
But for the facebook connect, it’s more complicated…you should try to replace the api inside others plugins…
Which features do you use in Facebook awd ?
NO NO NO… This plugin need the API every Where…
THe Facebook API used by Facebook AWD is the last one.
It use both JS api AND PHP API and is up to date! (PHP SDK 3.1.1 Last one form Facebook.)The API can be used by other plugin.
The authors of others plugins just have to verify if the plugin exists and use his api instead.
How to ?
<?php global $AWD_facebook; if(is_object($AWD_facebook->fcbk)) echo 'API IS ACTIVATED FORM AWD' ?>the API is here:
$AWD_facebook->fcbk => object php of the SDK Facebook
$AWD_facebook->fcbk->api() function to call api.As you can see it’s very simple.
Why i do not want to modify the plugin ?
Simply because this plugin include a lot of api call, a full configuration of the api with openGraph protocol. OAuth system and all others api used to fetch data from facebook. TO allow to publish on your pages, to get login system for your members etc…Facebook photo fetcher use the api only to make one call on Facebook.
And he can easily modify this plugin to use the api instancied by Facebook AWD.The Facebook AWD plugin is a base.
There is a full system inside to redefine api, to use it, or to add subplugin to it.The wiki explain a lot of thing about that, and in the version 0.9.9(new one in next week) will impletment the ne openGraph system, the new openGraph publish actions with custom objects.
SO It’s very difficult for me to use ohter api.
This tool is maybe more usefull for people who want to use FULL featured Facebook Tool API with wordpress.
The fetch facebook photo and Disqus can be updated to use THE AWD Facebook Api. because it is more simple and more configured.
It’s A FULL Facebook Plugin, not a plugin that uses the API only to make little calls to facebook.So i am really sorry, but this plugin will never be updated to be compatible with those plugins that use the Facebook API, they want to be the master FACEBOOK API But it’s the role of this plugins…
But you’re free to modify it, to use an other one.
You will always have this problem while the API is used from a PHP SDK CLASS that hold the same name in each plugin.Man, 2000 people are using it witout problems…
What is not working ? did you follow instructions on the wiki page ?
To help me remebering that problem,
Can you submit a bug in the tracker ?
Here : http://trac.ahwebdev.fr/projects/facebook-awd
thanks
I know that problem…
I will work on it for the 1.0 version of the plugin.
If this plugin use the api of facebook as standalone, it can break some plugins already using facebook.
Maybe i can try to rename the class from the api.