How does Facebook application utilize Blackberry push based architecture?

Hi Friends,
I have posted this message in Blackberry Java Development forum. But was told that "if you are not RIM you will not be able to use the push-architecture with BIS". 
Here goes the actual message. Please provide your valuable inputs.
I am developing an Blackberry client application which will be similar to Facebook application for Blackberry.
Since, this application can be  download by any blackberry user who would be subscribed to different BES or BIS, how will the push based architecture of BB work here.
See my previous post 'Push content to devices on different BES' (http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&message.id=3196&jump=true#M3196), which says that push will work through BES.
If that is the case,
How does the FaceBook application for Blackberry work?
Users who download the Fackebook application will definetly not be on the same BES or might be on BIS as well.
Then how will Facebook application receive notificatios and messages instantly using blackberry's push architecture?
(http://www.blackberry.com/news/press/2007/pr-24_10_2007-01.shtml)
Does RIM provide any framework or support for developing facebook like applications which would utilize push architecture irrespective of BES or BIS?
Thanks,
Suresh.

Facebook doesn't use the BlackBerry network, it uses the standard data network.  If you're on BES, that typically is routed through your BES server.  If you're not on a BES, it will use BIS.
I don't believe the application is a "push" application either - it's more likely a real time IM client. 
Jerry

Similar Messages

  • Facebook application on blackberry

    Hello i had an issue using Facebook on blackberry curve 8520 i used facebook on my blackberry device before but i deleted it by mistake and i tried to download again and it was succesfully downloaded and installed but when i open my downloads file i don't find it. so what can i do ?

    Hello ad-khalid, 
    Welcome to the forums. 
    If you check your application list do you see Facebook as being installed? 
    You can also try installing the application by going to www.BlackBerry.com/Facebook from your BlackBerry browser. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • How does my application save the raw data to binary file?

    Hi all,
    At first, please look at my attachment. There is the part of my code (it is inside of a while loop) which saves a raw data from my firewire camera. I am thinking how does this saving process work? How does it save the data in each while loop's iteration time (pixels, rows and columns)? For example if I use 100x1000 8-bit image. There is also Set File Position.vi which makes next line after iteration (at least I think so?). It is important to know when I'm processing the data later with Matlab.
    My second question:
    If I set height = 100 and width = 1000 as parameters, image indicator from IMAQdx Grab's image out says that the image is "only" 1000x96 8-bit image. Where are "missing" 4 bits?
    B R,
    Jick
    Attachments:
    binarysave.JPG ‏40 KB

    Hi again,
    Here is my whole CameraSoftware. It is a part of the bigger measurement program.
    I hope you can find the solution of "lost 4 bits"
    B R,
    Jick
    Attachments:
    camerasoft.JPG ‏162 KB
    save&grab.JPG ‏48 KB
    confcam.JPG ‏38 KB

  • How Does an Application connect to the DB after authentication

    We working on a prototype to implement the OID
    and achieve Single Sign On.
    We have an OID installed,
    The wallet manager installed.
    The Wallet Client Installed.
    We have an DN entry created into the OID.
    We then login into the Wallet client.
    How do we connect to the database..?
    Or how will an application connect into the database.
    We have the users created into the database as:
    "create user <username> identified globally as <Complete DN for the user>;"
    Is it through Net8 LDAP Native Naming Adapter.
    Where can I find some more info on this LDAP Native Naming Adapter.
    Regards,
    Puneet

    Hello Puneet:
    Are you trying to acheive Enterprise user authentication useing OID? If so you should visit our Advanced Security web page
    located at:
    http://otn.oracle.com/deploy/security/aso/content.html
    There are a few technical whitepapers you should read there. Namely "Enterprise user security" and
    "Oracle Advanced Security: Security and Directory Integration"
    Let me knwo if this helps
    Jay

  • How does Facebook like button work?

    Hi,
    I want my Facebook like button to "like" a page on Facebook, but when I enter a URL it doesn't work. Do I just go to the Facebook page I want to link to and copy what is in the browser dialog box there? Sometimes is has numbers in it. Do I need to be an administrator of the page to do this or something?
    My website is www.layeredstyle.com
    I want my Facebook like button to go to a facebook page called "Layered"
    I have tried entering www.facebook.com/layered
    Thank you

    Hi again,
    Sorry about this, but I'm not seeing how to make this work yet. My client
    says everything is on for all followers, and when I put in the URL I just
    get an error message when clicking on the button on the website.
    I also have problems with the widget jumping around on the page....it
    doesn't always stay where I put it unless there is nothing around it, like
    the box can't be touching anything else. Is that normal?
    The URL I'm putting into the Facebook widget is
    https://www.facebook.com/pages/Layered/555042077944967
    If I check the current page, the button "likes" the website page, not the
    Facebook page.
    Thanks

  • How does the ix6520 utilize grey ink

    I am planning to purchase the above (ix6520 large fornat printer) to replace my aging i9000
    but noticed there is a grey ink tank available for it. I often print B&W and would like to avoid the color casts
    one sometime gets using the color inks.. Anyone have any info on this?

    Hello wager1.
    The iX6520 does not have a grey ink tank.  The unit uses cyan, magenta, yellow, black and pigment black tanks. 
    When color photos or graphics are printed, combinations of the four dye based inks are used.
    More information on the printer can be found at the following link:
    http://www.usa.canon.com/cusa/support/consumer/printers_multifunction/pixma_corporate_graphics_art_p...
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How does application connect/commincate to Message Broker + JMS

    With reference to JMS,
    I am wondering how does my application (consumer or producer) communicate to Message Broker(in my case it is ActiveMQ).
    if the consumer is at HostA, producer is at HostB and ActiveMQ=message broker is at HostC
    ???

    Each JMS queue/topic has a single persistent image. Any reference to that queue through the relevant connection factory returns the reference to the same instance.
    There may be many different queues, but each is uniquely identified by its jndi name.
    Name each of your JMS queues differently for each separate endpoint you wish to consume messages from.
    You could use ant to initiate a process by invoking the web-service sending a soap message to the url for the processes web-service. I use soap-ui or the BPEL Console to manually do the initiation, and to determine what makes up the soap packet that is forwarded to the web service. I am not aware of any task that does this for you so you would have to construct a http type target yourself.

  • How to get application username

    Hi All,
    I would like to get the application username, but I don't know how to get it. Can anyone tell me, thanks.

    Okay,
    and how does your application user connect to the application? Is there any kind of user authentication you perform before letting the user in?
    If not then all you can do is to try and get the VM system information if running with local deployment
    package mypackage5;
    import java.util.*;
    public class Class1
    public Class1()
    String user = System.getProperty("user.name");
    System.out.println("The user is:"+ user);
    public static void main(String[] args)
    Class1 class1 = new Class1();
    Frank
    Frank

  • How does Oracle EM support WBEM

    How does Oracle Enterprise Manager suport Web Based Enterprise Manager (WBEM) and more specifically Windows Management Instrumentation (WMI). Is there a provider for these?

    There are already target-types/integration solutions available for these target-types in Oracle EM. Any reason you are not able to take advantage of the same ?
    For web-services, you should find answer to your query in Section 7 of the latest Extensibility guide (10.2.0.5). Also, refer to the section 10 on out-of-box fetchlets (in specific section 10.4 on URL Timing and section 10.10 on OJMX/SOAP fetchlet).
    The extensibility guide can be downloaded from here .

  • How does QoS work with WAAS WCCP? What's the interaction between QoS Traffic Classification and WAE Traffic Application Policy?

    How does QoS work with WAAS WCCP? What's the interaction between Router QoS Traffic Classification and WAE Traffic Application Policy?

    By default, WAAS preserves the DSCP marking on intercepted packets.  There is a configuration option to set/override the DSCP value at the global (device), application, and classifier levels.  Currently WAAS provides marking only.  There is no action taken by WAAS based on the DSCP value.
    Regards,
    Zach

  • How does the Labview based program apply to computer which without Labview

    How does the Labview based program apply to computer which without Labview
    student number:1110340001

    SInce you list your "student number", you are probably using the student edition.
    You cannot build standalone executables with the student edition.
    You need LabVIEW professional. If you only have LabVIEW full, you need to purchase the application builder seperately.
    LabVIEW Champion . Do more with less code and in less time .

  • How does OIF handles authentication at Sp side application?

    Hi,
    Please explain user authentication at SP domain application. and correct me if my understanding is worong about authentication flow.
    User login in to the application running at IDP domain, and browse the resourse. User then clicks on link which presents resource of SP domain. what is that link ? please explain with sample link URL.
    then IDP creates SMAL token based on user attribute and pass in to SP domain. OIF which configure as SP extracts the token, and sends user credential to the application.
    how does it pass user information( userid /passwaod) to application running on SP domain?

    Federated authentication is based on the principle that the SP will trust the IdP for authenticating users. When SAML is involved, the IdP asserts the user's identity to the SP via a SAML assertion which could contain data that transparently identifies a user or an opaque handle which both the IdP and SP know about. The SP's responsibility is to ensure that the assertion comes from the IdP and is not tampered with - both these are achieved using standard PKI facilities. The SP can then use the data in the assertion to create a session at its end for the subject of the assertion.
    As for the link that the user clicks on at the SP, it will depend on your particular implementation of federation - you have the following options -
    1) Link starting at IdP but containing SP destination and final URL information (IdP-initiated SSO starting from federation end point)
    2) Link starting at SP but containing IdP information and final URL(SP-initiated SSO starting from federation end point)
    3) Final URL directly with IdP information (SP-initiated SSO starting from app URL)
    -Vinod

  • How to migrate from forms to web based application

    Hi,
    I did a form for Oracle applications, but client need a web based form for this application how can i migrate this to web based form. If it is possible can u give me suggestion how migrate.
    Kishore B

    Not sure if that's possible, as developing forms for Oracle Applications requires the use of TEMPLATE.fmb to start with, and the use of certain standards to adhere to the look and feel of the applications. Review the Oracle Applications Developer's guide for more details.
    What You may do now is to upload the form to the Application Server and compile it to the adequate directory $PRODUCT_TOP/forms/[LANG], register the form, associate to a function and use it in a menu to see it trough Oracle Applications standard interface, but it may show a very different L&F and not all standard functionality may be available. With the Dev Guide's on hand, apply required changes and test Your form in the application.

  • How does one remove temporary files from Safari?  A friend logged on to her Facebook account using my iMac.  Now I can't remove her e-mail address from Facebook.  It was suggested to me that I try clearing temporary files from Safari but I can't find

    How does one remove temporary files from Safari?  A friend logged on to her Facebook account using my iMac running Mac OSX 10.7.5 and Safari 6.1.6.  Now I can't remove her e-mail address from my computer.  When I open Facebook her address shows in the user button.  I do not have a Facebook account.  It was suggested to me that I try clearing temporary files from Safari but I can't find anything that tells me how to do this.  Are temporary files the same as the cache?  It also was suggested that I try clearing Safari cache.  How do I do that?

    Check Safari/Preferences/Passwords to see if the Facebook account is there. If so, select it and remove it. If you are still having problems, Safari/Preferences/Advanced - enable the Develop menu, then go there and Empty Caches. Quit/reopen Safari and test. If that doesn't work, Safari/Reset Safari.

  • I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the worl

    I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the world of iMac but I find it a bit frustrating trying to solve basic issues/problems:(

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

Maybe you are looking for