i m developing a blackberry app which requires facebook login. can i login to facebook via my app without stopping the app in the middle. means can i login to facebook in parallel with my application, without interrupting it.
...
I have a users table on my website and I want to allow users to connect to facebook. I am having success with the pop-up login and them authorizing my website. However how do I disconnect them from facebook later if they choose to? If they've signed up for my website with a different email than facebook, I can't use unregisterUsers with ...
Hi
Any APIs or application that could be used to pull a RSS feed and put it on a configured Facebook, Twitter, ... account ?
Kind of a Add This but in something like a Windows Service
Thanks !
Patrick
...
I recently read in a presentation on Scribd that Facebook had benchmarked a variety of locking mechanisms for APC including file locks (default), IPC semaphore locks, linux Futex locks, pthread mutex locks, and spin locks. You can view this presentation by clicking the following link: APC@Facebook
I was wondering if anybody knew off ha...
I want to do the following:
facebook.Schema.stream_data data = api.stream.get(null, new List<string> { page_id }, null, null, null, null);
But I get the following error:
Error 10 The best overloaded method match for 'facebook.stream.get(int, System.Collections.Generic.List, System.DateTime, System.DateTime, int, string)' has some...
I know how to create an application that can be installed as a tab on a Facebook fan page, but what can I do to get more exposure on the main page.
For example, I would like to install an app that was permanently open in the left hand column of a fan page.
Is this possible? What is this called? How do I get started?
Thanks.
...
I'm using the Facebook library with this code in it:
class FacebookRestClient {
...
public function &users_hasAppPermission($ext_perm, $uid=null) {
return $this->call_method('facebook.users.hasAppPermission',
array('ext_perm' => $ext_perm, 'uid' => $uid));
}
...
}
What does the & at the beginning of the functi...
I have created a page and I would like users to be able to subscribe using rss (similarly as twitter). The only possibility I see is a subscription to notes, not the wall. Any ides how this can be done?
...
Hi,
I'm hoping someone can help me. I'm having problems getting the Facebook events_edit function working. I can create events and cancel them no problem but when ever I try to edit them I get an "unknown error" message returned.
The code from the test console API is below (this is using the sample event information from the event_ed...
Hello All,
I have a website where i want to get visitor's facebook info (if any) like his name, country, etc and insert into database. I am just looking for a simple way to get his fb info and insert into database, no redirection like facebook connect. Any clues?
Thanks in advance :)
...
How can I include links in facebook attachment (stream)?
It shows the <a> tag as plain text.
Here is the similar post:
http://forum.developers.facebook.com/viewtopic.php?id=42985
Facebook attachment:
http://wiki.developers.facebook.com/index.php/Attachment%5F%28Streams%29
Also, what is the use of properties?
properties: An array of k...
Hi all, I finished my application in locale and I want to integrate it in facebook creating an app. My application works well, but when I try to load it from facebook it doen't work.
I've read that there's some problem including javascript that are not FBJS.
I'm not using the facebook markup language but mine ( jQuery UI and simply htm...
Hi Everyone,
I need help about the connecting to facebook via api or like that.
I have community users, and they trusting to my application (just a idea) and they gave me their facebook, friendfeeds, twitter username and passwords.
Then i need to send status update to these social networks via their apis.
I found twitter and some so...
I'm trying to setup a cron job which regularly poles my Facebook notification RSS feed and then fires off the latest change to my iPhone as push message using Prowl.
I've already managed an identical task with a quote-of-the-day RSS feed, however my Facebook RSS feed always 302 redirects me to a "incompatible web browser."
http://www.fa...
Hi all,
I am developing this small facebook iframe app. I am using .net's facebook developer toolkit. It works fine for me with my user account. Though when I tried testing it through a friend's account (several friends actually) the facebook API doesn't seem to get populated with any information. My application is still in development ...
Hi all,
I'm having (many, but for now,) one problem with a project I'm working on.
It is a PHP project run on Code Igniter
It is a Facebook app that wants to use oAuth Twitter authorization
CodeIgniter by default clears the $_GET array because it uses the URI for controlling MVC stuff. You can turn this off to access the GET array, ...
I'm making a website using Facebook Connect and decided to use Facebook's XFBML tags like "fb:profile-pic" since they are so easy to use.
I haven't been able to make them work no matter how hard I look online but then I noticed that it worked on all the browser's instead of Firefox.
I also realized that even on Facebook's own "The Run...
Hi all...
i am developing an appon blackberry platform in which i hve to publish a message on users wall...i am able to get session id...but dont know how to proceed further...
i am doing something like this...
enter code here
URLEncodedPostData post = new URLEncodedPostData(URLEncodedPostData.DEFAULT_CHARSET, false);
post.append("m...
Hi,
I have created Facebook pages with an events tab. I am currently trying to add events to this events page via the Facebook connect API but can't work out how do it.
I can add events to my profile no problem.
Can anyone tell me how to add events to a page, is it possible?
Alternatively is there a way I can add an event to my ...
I'm wondering if this is the best way to tackle this issue. I am merging a Facebook users friends data, (from facebook - returns a multi array) with the votes from the users in that list that voted (from MySQL).
This is how I accomplished this. I'm a junior developer and looking for help on making my code as optimized as possible.
...