Hey, I'm just wondering if there is a way to modify the popup that appears after you've hit the 'like' button.
Right now, it appears to the right of the like button.. Problem is, the button is to the very right of the page, so it bleeds off.. Is there a way to customize the positioning of this box?
Thanks
...
I have an issue with my Facebook canvas iframe application.
I'm using sessions to build a simple questionnaire-style application. There's a question on each page, when the form is submitted the answer is stored in a session array, and the page number is incremented by one, which then displays the next question. Simple stuff.
This app, ...
I'm trying to build in a facebook share button on a news section of a site. I would like to specify which picture, title and text to use for the share.
Due to limitations in the cms that the website uses i can't add the open graph meta in the header of the page. I've tried updating the og meta with javascript and just adding them in the...
Hi,
I can't run facebook connect on localhost.
I am using app-engine on pydev.
I configured the site in facebook to : http://localhost:8080
but it returns an error :
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.
Is there a way to work with facebook on localhost?
Tha...
how to get access facebook official pages name in local host from facebook.com using fql(facebook query language) after logged in.....i have use the login authentication in local host....
...
I have a repeater that displays a custom user control on a form multiple times as follows:
<asp:Repeater runat="server" ID="MyRepeater"
ondatabinding="MyRepeater_DataBinding" >
<ItemTemplate>
<a name='<%# Eval("[\"Key\"]") %>' style="display: none;"></a>
<uc1:MyControl ID="Control1" runat="server"
...
Hello,
I want to post in my Facebook page Wall a message through my web page. I manage to do this with the next code:
<?php
$config['baseurl'] = "http://....facebook/index.php";
if ($fbme){
if (isset($message)){
try {
$statusUpdate = $facebook->api('/me/feed', 'post', array('message'=> $message, 'picture'=> ...
Hey guys,
In PHP im trying to get all the posts on a wall of a particular fan page which includes the fan's post and also the fans of that page posts.
Does anybody know how to do it? i keep on getting Error Exceptions?!
MY FQL query is currently
SELECT post_id, viewer_id, actor_id, message, attachment, comments, likes, privacy, i...
Facebook returns access tokens in the form of a string:
'access_token=159565124071460|2.D98PLonBwOyYWlLMhMyNqA__.3600.1286373600-517705339|bFRH8d2SAeV-PpPUhbRkahcERfw&expires=4375'
Is there a way to parse the access_token without using regex? I'm afraid using regex would be unaccurate since I don't know what FB uses as access tokens...
I have a snippet to create a 'Like' button for our news site:
<iframe id="likeButton" src="http://www.facebook.com/widgets/like.php?href="
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
However, to make it work properly, because the button posted an error saying the button was on...
Im new to facebook applications. I recently created a webapp that consisted of html & php. But recently Ive decided that integrating my webapp within facebook would be useful. Any tips on where to start? Ive looked over developers.facebook.com and im confused. It appears they are in the process of updating. Ive come across a few guides b...
I have been updating status messages from my site to my clients facebook pages or fan pages using the PHP sdk like this
$facebook = new Facebook('facebookApiKey', 'facebookAppSecret');
$facebook->api_client->users_setStatus($statusText, $facebookUid);
When the status is posted and it shows up in my news feeds, I only have an option...
Hello all,
I've got a facebook like button ( iFrame edition ) that is overlaid on top of a full browser Flash application. The like button is hooked up to like separate images within the application, and when each new images is shown, the like button is refreshed with data using ExternalInterface.
The like button fades in and out for e...
Hi,
I try to use the open id of facebook. I can get the Id of a facebook user. To get other data from facebook, like username etc., I need to use cUrl, which is not implemented by my hoster. Is there a possibility to get the username for a facebook id without curl?
Thanks for you help,
Martin
...
Strangest thing:
I'm trying to get facebook to recognize the "&" sign within the <meta property='og:title' content="data"/> field.
I have content being extracted from a db where I urlencode: & becomes & but facebook doesn't pick up the encoding.. Except, when I just plainly add a & to the code itself, it picks it up.. It seems...
I am using Volusion for my e-commerce website, and would like to add Facebook and Twitter buttons/icons to the footer of my website (sort of like the "cc-wiki" and "Peak Internet" logos in the footer of this page).
Here is the current HTML code for my footer. What code do I add to leave the Copyright and "Powered by Volusion" text left...
We have a website with a number of articles which have the Like widget added to the page.
In addition to this we also post links to some of these articles on our Facebook fan page wall, which (the post to the wall its self) is also like-able.
What we have noticed is that we get some people liking the article on our website, and some li...
Hey guys! do you know good books for Ruby On Rails With Facebook Platform. please suggest some good books for Ruby On Rails With Facebook Platform!
...
Java fb API I am creating facebook web application, to create even following is the required params.
http://developers.facebook.com/docs/reference/rest/events.create
Problem is with start_time and end_time .
Just assume i am have to Date objects without timezone.
Date startDate = new Date();
Date endDate = new Date();
can anybody g...
Hi,
I would like to know if it's possible to set the privacy setting for a specific Facebook album with RestFB Java library ?
Thank you very much,
Regards,
Anthony
...