Hi,
Is it possible to use the Facebook share api within an email?
What i'm trying to achieve is for an email to be sent to someone with a link to a video (or video attached depending on the size).
Within the email would be a Facebook share button that would allow them to upload the video to FB (from a web url).
Thanks
PVS
...
Hi guys,
I'm developing a small facebook app but having problems with be able to grant extended permissions, i want to grant the following permissions:
read_stream & publish_stream & offline_access
However i want to do this without using FBML, any ideas how you can do this using the new PHP SDK on git hub: link (http://github.com/face...
I am actually trying to detect a person, using a computer, Just like facebook. Whenever you sign into facebook using different machine, it detects the new machine and asks you the register it. How do they find out that the person is using another computer. May be they can track the clients MAC or actual IP (but this normally changes upon...
Hello everybody,
I try to implement a facebook comment box to my catalogue controller. Every catalogue entry should have his one facebook comments! The problem is that the fxml doesn't recognize different resources.
www.remme.com/catalogues
www.remme.com/catalogues/2
www.remme.com/catalogues/3
This seems to be the same page for faceb...
Hi there, I'm developing an app for Facebook in PHP, part of which lists the user's "likes". I would like to add a link next to each like so that the user can manage their likes by deleting them where they see fit.
Facebook mentions this in their graph api docs: "You can delete a like by issuing a DELETE request to /POST_ID/likes (since...
Hi I am making a gift application, very simple one on facebook.
The main problem here is how to notify the user which don't use the application about the fact that his friend send him a gift?????
As the Notifications are disabled on old REST api and stream.publish will not work on the friends , who didn't authorize to post on their wall...
I'm struggling with this for a while now and without any success. Setting the style with jquery doesn't work, the same with after the facebook iframe. Is there a way to perform this task ?
<iframe src="http://www.facebook.com/plugins/like.php?&href=http%3A%2F%2Fwww.example.com&amp;layout=standard&amp;show_faces=false&am...
Hi, I'm setting up my app to basically do what the FBML 'like' button does: like, unlike and show like count, for objects from the user's "me/home" stream.
I have no problem doing any of the above functions, but I'm having a very tough time getting the api to tell me if the user likes the thing already (so I can set the button to 'unlike...
I ask because some of my users have made complaints that they want their comments sent to friends to look authentic. Thank you.
...
Hello,
I am having a lot of trouble figuring out how to implement Facebook Oauth for mobile web applications. I would like to use the "touch" interface as indicated in the "display" parameter in the following code example on their developer website. Does anyone have experience using this code? I can't seem to get it working in Javascr...
I'm using the most recent version of the Facebook SDK (which lets to connect to something called the 'graph API' though I'm not sure). I've adapted Facebook's example code to let me connect to Facebook and that works... but I can't get a list of my friends.
$friends = $facebook->api('friends.get');
This produces the error message: "Fa...
Instead of popup the multiple friend selector, how to do it only for one friend?
...
I am looking at creating an application for facebook business pages (e.g. restaurants).
There will be a sign-up page (to identify th business as having access to our system and to pull the appropriate content, and then, based on that, we will be displaying content under a new tab.
To determine feasibility I need to know the maximum wid...
Hello guys,
I really need help on this, please. I've tried everything I can think of.
For some reason... a facebook share box that pops up after clicking the "like" button on a blog I am fixing is not showing completely. It seems as if the wrapping div's were hiding it, but I have tried everything, with no luck.
Here is a screen shot...
I am desperately trying to force a logout before a user starts a new facebook session. But before logout is succesfully called, auth.login seems to login the user and I redirect them. So it seems to be a race condition, but I can't figure out how to get around it.
FB.init({appId: xxxx, status: true, cookie: true, xfbml: true});
//Tr...
Hello,
Im want to let the user to see the comments done to a topic without giving him the opportunity to enter a comment by his one! Is this possible with fxml? canpost="false" doesn't work for any reason...
Is this possible at all?
Thanks
Markus
...
Hi,
I'm building a custom CMS for my clients and i've implemented the Facebook API for posting on Page Walls as admin. All works well but I do have one question. Let's say the FB app name is 'CMS FB APP'.
The CMS will reside on my clients' servers, is it possible to use 'CMS FB APP' for all of my clients? Or do I have to create an appl...
I recently put a django project of mine into its beta stages and would really like to integrate more with social media, particularly facebook.
Now there are so many facebook integrations out there... I don't know where to start but, I'll tell you what I am after.
My sites publishes content with photos and also user related data (which ...
Hi all,
I need to develop an application which should help me in getting all the status,messages from different servers like Twitter,facebook etc in my application and also when i post a message it should gets updated in all the services. I am using authlogic for authentication. Can anyone suggest me what gems/plug-ins i can use..
I n...
How to detect anonymous user like facebook does, when you open it throught proxy websites like hidemyass.com. I think its something related to proxy, but beyond I dont know anything about it, but I want to create that.
...