Concerning interaction with other users i want to send a facebook message:
http://www.facebook.com/message.php?id=XXXXX&subject=XXXXX&msg=XXXXX
Note: {{c|subject}} and {{c|msg}} parameters are optional ways to pre-fill the contents of the message (the user will still be able to edit the message before sending).
How can I send t...
Hi, i have an application with the invite functionality which is working fine. Right now i have to manually enter personal message and click send to send the invitation.
But i want a custom message which should be set by api method. I have checked the code but it has parameters:
$params = array();
$params['api_key'] = FB_API_KEY;
...
Hi,
I'm using Facebook Connect for the iPhone in one of our applications.
When the user logs in using FBLoginDialog, we pass the iPhone's session_secret to the server and our server then has access to all of facebook's functionality.
However, when we use [session resume], even though it returns true, [session isConnected] returns true ...
Hi,
I have an facebook iframe application. Now i want to give multiple share functionality on a same page. For e.g. there is a topic page in which list of topics is displayed. For each topic i want to give a share button.
I am using a code http://www.facebook.com/share_partners.php.
Please guide me how can i provide multiple share fun...
Hello when I try to send an E-Mail over Facebook with notifications.sendEmail i get the error Insufficient permissions - Code 200. Both Users the Sender and the (not working) Receiver have installed my Facebook Application with extended permissions
email
publish_stream
really both sender and receiver. normally it is not necessar...
Hello all,
I have a site that allows a user to login using their facebook login id through a RPX system. When the user posts a comment in my site, I want it to automatically post the comment on their facebook wall too. How can I do this using Rails?
I've been learning the facebooker plugin for a couple of days and still can't figure o...
I just want to get some opinions before I tackle this head on. So far, I've set up a wordpress site and managed to get all post made on this site, appear on facebook on notes. However, all the plugins that do the following functionality that I require, have either been discontinued, or stopped working due to facebook changing their layou...
I'm trying to get the following code to work:
Imports Microsoft.VisualBasic
Imports System
Imports System.Data
Imports System.Configuration
Imports System.Web
Imports System.Web.Security
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.WebParts
Imports System.Web.UI.HtmlControls
Imports System....
I'm trying to create my first application for facebook using MVC, but can't decide on the API library to use.
I found this post, but its over a year old and I'm sure a lot has changes since then.
how would you say all these projects stack-up?
Facebook Developer Toolkit 2.1
.NET Facebook API Client
Facebook.NET
Facebook Developer T...
Hi
I want to create a page in my facebook app which lets user upload an image from their system. How can I do this? The image will be stored on my server and not in the user's photos.
Thanks.
...
Hi
How can I show a typical facebook modal help dialog when the user clicks on one of the links on my Facebook app?
Thanks.
...
I have a facebook app that I want to link out to an external site. Facebook seems to be messing with the HTML anchor tag. On one occasion, Fbook added a query param. So a link to http://www.google.com became
http://www.google.com/?_fb_q=1
which yields an invalid link. On another occasion it changed the entire url to
http://apps....
Hello everyone,
I am trying to implement Facebook functionality on iPhone using Facebook API. In my application I can open the Login screen, but when I enter Email and password and press "Connect" button there nothing is to be happen. And after sometimes I will be back in my previous screen. I have used FBConnect bundle. I can't understa...
hi
how can i add google adsense in facebook application
...
strugglin to create event in javascript as
api.events_create(eventInfo,function(result,ex){
is failing and
catch(FacebookRestClientException){
gives
TypeError: api.events_create is not a function message=api.events_create is not a function
any clue
...
Can i post information on a Facebook Group Wall using a Facebook Application in C#
...
Hello All
I have created one Web Application in ASP.Net. In That am able to connect with FaceBook and getting data from logged in user's profile. now i would like to post a message on wall. i have found the STREAM.PUBLISH method but i dont know how to use it. it asks me for permission. so is there any other way to post message on wall, ...
hi
i making an application that read an mp3 file , and i want the user to be able to share the mp3 player on his profil and be shown like this
see this image plz : http://img148.imageshack.us/img148/604/fbml.jpg
and not like the normal share button
thanks in advance
...
I have FB Connect on my site which allows users to authorize the site to access their FB profile data. I'm using the FB.Connect.showPermissionDialog function to initiate the connect process and grant permissions, how can I force it to always use the popup window connect dialog instead of the overlay method? My page has an incredible am...
I'm a bit stumped by the Facebook implementation of Javascript. I want to set up a listener on a checkbox so that when checked, it changes the class of an element I can get by ID.
I've been using the test console and have tried various permutations. Javascript is NOT my first language, nor my second, third... COuld anyone help me by tra...