Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Drupal 7 is the Drupal version that was officially released on January 5, 2011. Rather than using this tag, consider posting your question directly on http://drupal.stackexchange.com/.
2
votes
1answer
48 views
Login through iPhone facebook Graph API in drupal site
I am developing one application for iPhone , backend is drupal , now drupal 7 facebook sdk allows them to direct login into drupal site from facebook api , is there anykind of mechanism in iPhone ...
0
votes
0answers
22 views
How to delete Graph Object because of wrong type
I tested a website link on https://developers.facebook.com/tools/debug from my Drupal site but set the wrong type for the Graph object (og:type=article). Now the page has the right meta-type ...
0
votes
0answers
92 views
Drupal using FBOauth - How to get Facebook registered members to be not blocked automatically
On Drupal v 7.21, using FBOauth 7.x-1.6.
When members register on my client's site using Facebook connect through the FBOAuth module, their status is automatically set to "Blocked". Is there a good ...
0
votes
1answer
99 views
hybridauth returning invalid user when trying to login as an open graph test user
I'm using hybridauth to to create a open graph action and its workign if I login with developer or testing roles, but when I try to login as an open graph test user, I get the following error.
...
-2
votes
1answer
26 views
Get Facebook content from node_load() [closed]
I want a content type having a field "FB URL" that get the URL of a Facebook Event and that when people load a node of this type, the content of the facebook event is retrieved through FB API. It ...
0
votes
1answer
111 views
Drupal7 Feeds module Facebook feed truncated to 80 characters
In Drupal 7, My Facebook feed is displayed in a View. The mapping is set for title to title and body to body. But the Facebook post is getting truncated at80 characters followed by (...) example: ...
0
votes
0answers
116 views
Facebook comment box shows settings link
I have installed Facebook Comments Social Plugin module in my drupal site.
I don't know if it is the problem with module or my drupal settings.
There is a "settings" link appeared on top of facebook ...
2
votes
2answers
325 views
Facebook OAuth for Drupal 7
I have installed the FACEBOOK OAuth for drupal7. however when i connect the f connect button it takes me to facebook site but in the middle of the page an error is displayed which is:
API Error ...
0
votes
0answers
229 views
How to display facebook wall feeds in drupal 7
Following are the requirements:
The user will add his facebook user account and facebook page account(the access token and page/account id must be saved in database in this step).
These accounts ...
0
votes
0answers
141 views
facebook oauth redirect page issue drupal 7, any help regarding [closed]
Recently i installed module for drupal call FACEBOOKOAUTH.
Everything work great but now i want that when ever user login through facebookconnect it redirect to same current page not index or home ...
3
votes
1answer
102 views
Facebook comments on drupal (same comments on all node)
On my drupal website , I wanted to use facebook comments. So I put the JavaScript SDK code on html.tpl.php and this:
<div class="fb-comments" data-href="http://mydomain.com" data-num-posts="5" ...
0
votes
1answer
303 views
Redirect back to facebook page tab after authentication?
im using drupal for facebook for my page tab app, and have a certain issue with it -
after authentication, the user is redirected through a custom module, with the code below -
<?php
function ...
1
vote
1answer
225 views
Post on fb page using Drupal
Hello am using drupal7 . i need to post my node on FB Fan Page.
Anybody have idea which module support this
Thanks
1
vote
0answers
909 views
Setting up oauth module/login in Drupal 7
I want to allow my users to login from Facebook/Google+/Twitter in a common and secure way. In such a way that the users cannot be spy on. So I think a very common way is to use oauth, but that does ...
0
votes
1answer
274 views
Like button on content will not work until URL is submitted to Facebook debug tool
I'm troubleshooting an issue where the Like button won't work on my site unless the URL is submitted to the Facebook debug tool.
When I hit like I'm seeing two requests fire to ...
0
votes
1answer
821 views
facebook getUser always returning 0
// Function for facebook login
function facebook_login() {
$output = array();
// Create facebook object for user login.
$config = array();
$config['appId' ] = ...
0
votes
1answer
64 views
Drupal Form API Facebook Login
I have Facebook for Drupal installed on my Drupal instance. My application and everything is working fine. I want to make it so one of my custom content types requires Facebook login to submit. Can I ...
0
votes
2answers
296 views
Add Facebook 'share' metatag to drupal
I am very new to drupal, and i need to know whether i can add a share button using metatags. The requirement is to display a list of links and a share button for each link beside it. This should share ...
-2
votes
1answer
533 views
Facebook can't download og:image from host [closed]
After migrating a website I created from one host to another, the problem occured:
Facebook is unable to get the og:image when I go and share. This was not the case on the former host.
Some info ...
0
votes
0answers
123 views
Drupal module to parse facebook signed request
i'm trying to build a module,
i have this function which i need to translate into a drupal module.
I am buildin a drupal site which i will load insite a facebook tab, i need this module to specify ...
0
votes
2answers
844 views
how to get the user friends list using facebook (read_friendlists) drupal 7
Hello,
I am doing a website using drupal 7 and I do the registration by FB manually I don't wanna use any available module in drupal.
now I want to get the fb friend list of the user who connect ...
-1
votes
1answer
33 views
Build a drupal module
first of all thanks for the support.
I am trying to build a facebook module, i need to create an administration interface for the module and a front end for the module to display friends of a user.
...
0
votes
1answer
523 views
Facebook Like Button Not Displaying: “No polyfill registered for object”
I have been working on a Drupal website and it went live around a week ago. Everything was going pretty much dandy until I just noticed today that Facebook like buttons have stopped showing. I am ...
1
vote
4answers
635 views
Creating Facebook Environment with Drupal
I have installed Drupal 7 with Acquia Drupal.
I would like to re-create the Facebook environment especially:
i) user initiated mapping/creation of friend networks.
ii) user wall for posting ...
0
votes
1answer
5k views
Janrain error: Invalid redirect_uri: Given URL is not allowed by the Application configuration
I'm trying to setup Janrain Engage with my drupal website.
I have created a Janrain account
I have setup the providers (including Facebook)
I have installed and configured the module (Drupal 7)
I ...
-1
votes
1answer
169 views
Adding fb:admin to D7 theme head?
function Newbiovasa_preprocess_page(&$vars, $hook) {
drupal_set_html_head('<meta property="fb:admins" content="188890209211"/>');
$vars['head'] = drupal_get_html_head();
}
Have ...
2
votes
2answers
949 views
What Facebook integration best supports Facebook login and Facebook “Like” in Drupal 7?
I have been playing with Drupal for a few days and am hoping to migrate my site to using it.
I was hoping to have Facebook Logins and "Likes" supported for all users, and to hack together something ...