Hello.
I'm developing an iPhone app that creates a Photo Album to hold the pictures that the user is going to upload.
On - (void)request:(FBRequest*)request didLoad:(id)result { I'm trying to obtain the aid returned with this code:
else if ([@"Photos.createAlbum" isEqualToString: request.method]) {
…
when i add my app tab to another facebook page
when i call sendRequestToFriends it give me this error
API Error Code: 100 API Error Description: Invalid parameter Error
Message: Too many recipients.
my code
window.fbAsyncInit = function() {
var curLoc = window.location;
…
You can get notes using "notes_get". And you get comments using "comments_get" if you know the id of the comment. But how do you get all the comments of a note? or, actually, how do you get a list of all the comment id's posted to a note?
With the tag is possible to add on you site a widget with the stream and fan.
In The stream are displayed only the owner of the page post.
There is no way to view even the fan post?
I am using the following code in Page_Load
Dim metaTagDesc As New HtmlMeta() 'Create a new instance of META tag object
Dim metaTagKeywords As New HtmlMeta()
Dim metaTagKeywords1 As New HtmlMeta()
Dim metaTagKeywords2 As New HtmlMeta()
…
I've read all threads in stack overflow about this issue, but my problem persists.
THE PROBLEM IS ON THIS PAGE: http://www.organirama.it/minisite-demo/001.html
THE PAGE CONTAINS THIS TAGS
<meta property="og:title" content="A wonderful page" />
<meta property="og:type"…
I'm trying to catch event when comment is sent. What am I doing wrong? I just want to update every user comment also to facebook group wall and that's why I need to catch the event.
<fb:comments numposts="10" ></fb:comments>
FB.init and event catcher:
<div…
I have a very strange problem and I'm thinking that can be problem with dns or something similar, but not sure and don't know how to solve.
My computer is connected to router and every site works fine except facebook (Chrome and Firefox). Chrome shows "Error 101…
Is it somehow possible to link Facebook address each username is given to Gmail? Obviously, there is the "Accounts, Send mail as" feature, but that used to return an error
...
Final-Recipient: rfc822; myusername@facebook.com
Action: failed
Diagnostic-Code:…
I am working on creating a facebook app for a webstore and listing its contents in facebook app. My server is not https, but facebook app requires https, it showed "Operation timed out" error. So I disabled secured browsing option in facebook and tested in…
When posting a website link in a Facebook wall post, Facebook fetches some content (title, text and image) from the website to show it to readers. Is there a way I can adjust / propose which content is used / preferred by Facebook?
I found someone…
When you look at your stream on the Facebook website, events such as "FriendX was tagged in an album", "FriendY is attending EventZ", and "FriendK and FriendL are now friends". I've tried various "vague" queries on the stream table, and so far I have…
Is there any way to retrieve all friends in a particular network? For example, How can I view the list of my Facebook friends joined the network of my organization.
I'm trying to gather all the posts (official posts and people's posts) on my page which contain a specified #tag, to later show them on website.
But I've no clue on how to accomplish this.
Is there any API capable of this or anything else that could…
Sorry if this isnt the right stackexchange site to ask this, it was really hard to determine.
My FB game just recently got rejected for 2 reasons. The first I fixed nicely and is irrelevant but the second I just can't see to figure out what they…
Hello Experts,
We have designed a face book page.It is working fine in all browser including IE7 but it is not working in IE8.We checked then we got if we run our code outside the face book page it works in IE8 but when we put our code into face…
I have an application that integrates with Facebook using Oauth 2.
I can authorize with FB and query their REST and Graph APIs perfectly well, but when I authorize an active browser session is created with FB. I can then log-out of my…
I'm authenticating via PHP:
// the php facebook api downloaded at step 3
require_once("facebook-client/facebook.php");
// start facebook api with the codes defined in step 1.
$fb=new Facebook( 'XXXXXXXXXXXXXXXXXXXX' ,…
Hello i am using the android code to connect facebook but getting "Facebook Server Error + 104 - Incorrect signature" exception at the place of onLoginSuccess function. code is given bellow ....
public class…
I've successfully set up the "DemoApp" project from the Facebook IOS SDK to use my "OKC ThunderCast" Facebook application. I have also configured another "Tester" application from scratch to successfully use…
Hi
I have an ASP.net website which I want to introduce 'Facebook Connect' functionality into, purely for account login/creation purposes. I want a user to be able to click the 'Login using Facebook' type…
Can some one plz tell me whats wrong with below code. After i login it doesnt do anything ... neither reloading the page nor setting the login FB cookies.
Its a simple code but i'm not sure what i'm…
Hello,
I have a website which generates hourly updates to users.
I want to allow these updates to show up as News feeds in Facebok.
I opened a Facebook Connect application. Through my site I receive…
I was asked by my customer to build a Facebook game. The game would be something similar to Mafiawars.com where the game is hosted on a server and run through a frame on Facebook.
The thing is after…