I'm trying to make my app publish to all my friend's walls.
From what I read in the API docs, the streamPublish method only allows you to publish to one person at a time.
What I'm doing is fetching all the friends with FB.Facebook.apiClient.friends_get then a for on the reuslts, and a streamPublish for every one.
This however seems h...
please check this latinromantic.com/test/index.html
its all set, i've coded it as its there in facebook wiki - but the problem is inviting friends doesn't work. The friends actually doesn't get any invite.
please guide.
...
I use ASP .NET and Facebook Connect APIs. but when I run the app and press Connect button it's return to the Website not to the test local server which is (http://localhost:xxxx/test.aspx)
So how I can test Facebook locally (i.e How I can change the callback url) ?
...
Hi,
Reqs:
I want to make an external page with a 'Become a Fan'-button.
I want users to login to facebook once they open the page (this is because of other features in the site)
So I call FB.Connect.requireSession once the page loads, and put a <fb:fan></fb:fan> control on the page.
Then when I open the page I see the 'Connect with...
Hi,
I developed a simple ASP.NET app, it was working fine, but now I can't get user info; I am getting this message:
The remote server returned an error: (417) Expectation failed.
and here's the code I'm using:
Dim FBUser As Facebook.Schema.user = Nothing
Dim connectSession As Facebook.Session.ConnectSession
Dim FBApi As Api
con...
I'm building a music events website and want to have a 'share this event' button which publishes the event details on facebook.
this tool looks like exactly what i want: http://developers.facebook.com/tools.php?connect_wizard&wizard=stream_publish
however, if i copy the code snippet to new file on my site, it doesn't work.
I'm ass...
error- This method must run on api-video.facebook.com
here is my code
[[FBRequest requestWithDelegate:self] call:@"Video.upload" params:params dataParam:[NSData dataWithContentsOfFile:@"creme.mov"]];
any idea?
...
Hello,
I am using FacebookConnect on the iPhone to integrate my app with Facebook.
Unfortunatly I've always "cookies required" when trying to login.
Are you also encountering this issue or do you know what may cause this issue?
Thanks in advance for your help :)
Regards,
...
Exactly what the title says. Is it possible to use Facebook Connect (or any other means of FB integration) in a native iPhone app without resorting to the built in login dialog (which looks awful)? Something where I could create my own custom login screen asking for the facebook login username and password and then using the fbconnect na...
I am using FBML for rendering certain elements on the page such as the name of the user, profil pic, etc. However when there are many FBML elements on page, there is a slight delay which occurs before they are rendered - that's fine since AJAX calls are made to the server to fetch the data by the JS FB library. However, I want to hide th...
hi all,
i am having troubles with calling auth.getSession in my proxy.
It is being called from a iPhone connect client.
When the proxy URL is invocated from the iphone, FB returns a 100
invalid parameter error to the proxy. However the 2nd attempt from
iPhone yields success. Both times the proxy is doing the same code,
only the auth_t...
I'm using the JavaScript method to sync/login (with the popup) with Facebook Connect on my site, it seems to work. However, after I get logged in, I want to continue in backend, with the PHP library. I see the cookies are set by the JavaScript lib, but I don't know how to use them with the PHP api. I used
$fb = new Facebook($api_key, $s...
How is this done? Is it even possible?
All the function calls seem correct, but the result is always false:
NSString *event = @"{\"name\":\"A party\",\"start_time\":\"1215929160\",\"end_time\":\"1215929160\",\"location\":\"Somewhere\"}";
NSDictionary *params = [NSDictionary dictionaryWithObject:event forKey:@"event_info"];
[[FBRequest ...
Is there any way to implement user search in a facebook connect app that would give same results as that on facebook.com?
...
I have an Android application that connects to Facebook to request authorization of an Application.
I use the following setting in the WebView, but once the view is loaded, I can't type in login details. What I am missing?
WebView webview;
webview = (WebView) findViewById(R.id.facebookview);
webview.getSettings().setJavaScriptEnabled(t...
I use the following URL setting to authorize Facebook login. But the page for Application Authorization is webish, and not mobileish.
webview
.loadUrl("http://www.connect.facebook.com/login.php?return_session=1&nochrome=1&fbconnect=1&extern=2&connect_display=popup&api_key="
+ FConnect.API_KEY
...
I'm working on a site that is using Facebook Connect and recently made some changes so that the main pages are cached and if you are not logged in (checked with an ajax call) it loads the Facebook Connect javascript and renders the connect button into the page. This works perfectly everywhere except Internet Explorer 7 and 8. The weird p...
I've noticed that Huffington Post does this: if you log out of there, it forces you to log out of Facebook as well, and if you log in on Facebook and go back to Huffington Post, it automatically logs you in there as well. Is this a straightforward use of the FB Connect API that I just haven't noticed, or is there some trick?
...
I'm hoping this is just a bug on Facebook's end that will be fixed soon, but in my Facebook Connect app I'm launching the dialogue FB provides to make a post. This dialogue is launched on a page with an SSL connection. In this dialogue the profile pic for some users comes up with a security warning while others display correctly. I'm alr...
Many time i found several facebook application on my attach list of publisher .
how can I do it for my facebook application?
...