Upload photo on facebook and twitter

I want to upload photos on facebook and twitter the BB10 using the cascade development. Can someone explore this region how can we achieve this on BB10 waterfall? Are you there a SDK available for BB10 even as android and iphone to facebook and twitter?

Hi, check this one

http://supportforums.BlackBerry.com/T5/Cascades-development/share-some-text-on-Twitter-Facebook/m-p/...

See you soon,.

Tags: BlackBerry Developers

Similar Questions

  • How to upload photos on facebook?

    Unable to upload photos of logitech on facebook; have already logged into facebook, but generates errors.

    Perhaps the following links would offer a few ideas:

    Facebook Help Center - downloading photos and creating albums
    http://www.Facebook.com/help/new/?page=830

    FaceBook Help Center - profile pictures
    http://www.Facebook.com/help/new/?page=809

    How to upload Photos on Facebook
    http://www.ehow.com/how_4501789_upload-photos-Facebook.html

    How to transfer videos on Facebook
    http://www.ehow.com/how_5389357_upload-video-Facebook.html

  • How to upload photos on facebook from my computer?

    How to upload photos on facebook from my computer?  How to install Windows live essentials.  Every time I try it tells me that a different version is installed and cancel.  Do not know how to do this.

    Hello

    1. to know how to post pictures on facebook facebook contact support

    http://www.Facebook.com/help/

    2. for windows live essentils help repost in the forums of live help windows to the link below

    http://windowslivehelp.com/

  • How to share the Image and the text on Facebook and Twitter at the same time?

    Hi, I made a text box enter the text and also produce the selector to choose the image.

    So I text and the imagePath.

    How to share this text and image for facebook and twitter at the same time?

    (the example is like checkin on Foursquare app for BB10)

    [* If you use the invocation sharing, I can't pick one, ex: come share on facebook]

    Thank you

    It is not currently supported.

    http://supportforums.BlackBerry.com/T5/native-development/share-text-and-photo-for-the-same-invocati...

  • Facebook and twitter has stopped to show in my application of people after obtaining surface rt

    Previously, I used Facebook and twitter in the people app on my desktop windows 8. After obtaining a Surface RT, these services do not connect to the people on any of my victory 8 systems (including the rt)

    When I add twitter and facebook accounts that are related to my Microsoft account he said "you're good to go" and that it may take a few minutes for things to see, but they never do. Photos on the people tile update with peoples profile pictures but no foods are visible and in the top-right corner of the screen, it shows me only connected to Microsoft and Hotmail accounts.

    Hi Allen,.

    Thanks for choosing Windows RT. I will definitely help you and make your Windows RT experience great.

    Please go through the article and check. You can run the resolution of the problems of the article provided under what to do if you have problems with an application.

    https://www.Microsoft.com/surface/en-us/support/surface-with-Windows-RT/apps-and-Windows-store/troubleshoot-apps-on-surface

    Hope this information was helpful and let us know if you need more assistance. We will be happy to help you.

  • can I have a tile in windows 8 for facebook and twitter? Also, how can I add a device in the devices on the right side?

    I would like to a tile on the homescreen of Facebook and Twitter (I don't see an APP for either).  I can do this and if so, how?

    How can I add a device to the peripheral icon on the right side?

    Dear NelliBli46,
    Welcome to the Microsoft community!

    Question 1: For Facebook and Twitter tile question.

    You can get your Facebook account and Twitter RSS directly on your screen to start using applications Photos and people.
    These links help you to configure the applications.
    For the Photos App:
    http://Windows.Microsoft.com/en-us/Windows-8/photos-app-FAQ
    For the purposes of people:
    http://Windows.Microsoft.com/en-us/Windows-8/people-FAQ
     

    Question 2: To add a device to the peripheral icon.

    You can use this link to add devices to your computer
    http://Windows.Microsoft.com/en-us/Windows-8/Add-device-or-PC-to-network

    Once you add a device, under devices in the charms bar you will see what options or devices are available according to the open app or window.

    If you still have questions, feel free to contact us.
  • Problem downloading photo on Facebook and Flickr in PSE12

    When you try to upload a photo on Facebook and Flickr, it goes as far as download 100% then an error window appears which States; -There was a problem with your internet connection, please make sure that a firewall is not blocking the organizing elements to access internet and that you have an internet connection >, I disabled my firewall and I have an internet connection but still get the error message, any help would be appreciated.

    Clyde

    Hello

    Please try to clear your data from online services.

    To do this:

    Go in Edition > Preferences > Adobe Partner Services > choose clear Services data online > OK

    Now to revive organizing elements

    Please see if it works.

    Thank you

    Catherine

  • Contacts are invisible after having removed from facebook and twitter

    Hello

    I had a strange problem occur. My phone became increasingly slow so I decided to try to remove the facebook and twitter accounts (following the instructions of another post) to see if that helped. He did. My phone is now faster than ever, but all my contacts are invisible.

    If I go to contacts and select all the contacts, there is nothing there. If I try a search on my contacts, they are there, but they won't appear not without research. Speed dial works also fine. Address book names display correctly on incoming calls.

    Now, if I take one of these contacts and change it, it will now stay in my contacts list. I don't seem to matter if there is a touch of google or motoblur. Edit it will show. If I restore twitter and facebook (must be both of them) all contacts appear but I can't restore to twitter and facebook.

    It seems that I need to tell my phone to resynchronize somehow but I didn't understand how to do this.

    I tried to remove as much information google as I could and then resynchronize. Nothing.

    I tried to remove the battery and wait a few minutes. Nothing

    I have not tried a reset, nor do I want to.

    I guess there is a problem with the database of contacts, but I don't know how to force it to reload. Any ideas?

    Thank you

    Mark

    Problem solved!

    It must have been a strange interaction with my Twitter and Facebook accounts with my groups of contacts. I removed my contacts groups and all contacts returned.

  • How to take a photo from facebook and download it to my photos?

    I want to take a photo from facebook and save it in my files. How can I do this?

    Honestly, I don't think that it is more difficult to tell you how to save pictures, it is to find a specific article and put it in.

    Click with the right button on the image, select Save image as, choose where you want to save and click Save.

    Is it really so hard to tell who?

  • Integration of Facebook and Twitter

    Someone tell me how I integrate facebook and twitter into my application

    provide your suggesstion as soon as possible

    public class Home extends UiApplication
    {
        public static void main(String[] args)
        {
            Home app = new Home();
            app.enterEventDispatcher();
        }
    
        public Home()
        {
            pushScreen(new TwitterAPIMERIMOauthSample());
        }
    
    }
    
    public class TwitterAPIMERIMOauthSample extends MainScreen
    {
        private final String CONSUMER_KEY = "";
        private final String CONSUMER_SECRET = "";
        private final String CALLBACK_URL = "";
    
        public TwitterAPIMERIMOauthSample()
        {
            super(VERTICAL_SCROLL);
            setTitle("Twitter Demo");
            BrowserField browserField = new BrowserField();
            add(browserField);
            OAuthDialogWrapper pageWrapper = new BrowserFieldOAuthDialogWrapper(browserField);
            pageWrapper.setConsumerKey(CONSUMER_KEY);
            pageWrapper.setConsumerSecret(CONSUMER_SECRET);
            pageWrapper.setCallbackUrl(CALLBACK_URL);
            pageWrapper.login();
        }
    }
    
    public final class BrowserFieldOAuthDialogWrapper extends OAuthDialogWrapper
    {
        private BrowserField browserField;
        public BrowserFieldOAuthDialogWrapper(BrowserField browserField,String consumerKey, String consumerSecret, String callbackUrl,OAuthDialogListener oauthListener)
        {
            super(consumerKey, consumerSecret, callbackUrl, oauthListener);
            if (browserField == null)
            {
                throw new IllegalArgumentException("BrowserField must not be null.");
            }
            this.browserField = browserField;
            this.browserField.addListener(new BrowserFieldListenerOAuth());
        }
    
        public BrowserFieldOAuthDialogWrapper(BrowserField browserField)
        {
            this(browserField, null, null, null, null);
        }
    
        protected void loadUrl(String url)
        {
            browserField.requestContent(url);
            System.out.println("111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111"+ url);
        }
    
        protected void loadHTML(String htmlContent)
        {
            browserField.displayContent(htmlContent, callbackUrl);
            System.out.println("22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222"+ htmlContent);
        }
    
        private class BrowserFieldListenerOAuth extends BrowserFieldListener
        {
            public void documentLoaded(BrowserField browserField, Document document)throws Exception
                {
                    trackUrl(browserField.getDocumentUrl());
                    System.out.println("33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333"+ browserField.getDocumentUrl());
                }
        }
    }
    

    HII All,

    I did twitter integration in blackberry but I got two times login

    Can someone help me how to remove the connection twice problem

    Above here is my code for the integration of twitter

    		   
  • BlackBerry Smartphones, Facebook and Twitter for Blackberry Enterprise Service (BES) 5.0.4

    We have a restriction in our Organization in the world of the app, and we make a point of Contact for Facebook and Twitter applications. We want to allow users to download/access some applications only.

    We plan to publish this on the combined user thorugh BES. Can someone tell me where can I get the Installer (alx and COD) for Facebook and Twitter. Also, is it safe to use these files in the installation of the company, I want to say there is no problem right?

    Thank you.

    Kind regards

    Ashish

    Hi Ashish,

    Glad to hear that you have consulted with your BES administrator. Have you tried to ask the BES Admin giving you temporary credentials to get the files you need.

    If this is not possible, continue and then talk with your BES administrator to find the files for your POC on Facebook and Twitter. Please follow the steps as your Admin BES asks you to do (if given by Admin).

    Hope this helped and please tell me if you have any other questions!

    Kind regards
    Adam

  • How to upload photos on Facebook from the Surface RT?

    When I try to create a new album on my FB page and download pictures from my library on my Surface, nothing happens. Once simple on my laptop.

    Hello

    Windows RT/8 has a people Hub that integrates contacts and accounts. Go in the Hub and add your Facebook, LinkedIn, Twitter, Google, Outlook, accounts etc.

    Now, when you go to the Photos and type part in charms, you will share it in the people app. You will see a dropdown menu with your social accounts that you have connected. You choose who you want to share and send.

    Please report if you are still having the problem. I will be happy to provide you with the additional options that you can use to get the problem resolved.

  • Cannot download photo on facebook and other Web site

    Java (10.51.2.13) and flash (12.0.0.77) are up to date and I try in safe mode and its does not work. Firefox is newly installed. I have installed 2 weeks ago. I was using IE. My friend told me that Firefox is much better, so I want to try. Much more flexibility with your browser. Everything works fine in Internet Explorer for the upload. No image didn't upload work in firefox. The version is 27.0.1

    I uninstall firefox and reinstall. Double-check each plugin like java and flash. Everything seems fine. I try facebook and its working now. Now try my upload of company and now it work at this time. I don't know what's going on, but now I'm happy. Good day

  • Surface RT message hub and people say sync my facebook and twitter, but won't.

    When you access my new Surface RT with my real account I can't get Facebook or twitter for synchronization.  However, when using my girlfrends represent all of his stuff syncs perfectly and instantly.  Tried to remove and read the accounts and even using the windows 8 "Refresh" on mysurface just hours after purchase.

    Hello

    Thanks for posting! If I understand correctly, you have problems with the sync Facebook account with Windows 8 Message and people about Correct me if I'm wrong.

    I suggest you follow these methods and check if it helps.

    Method 1:

    Follow these steps and run the network adapter troubleshooter.

    (a) press the Windows key + R, type Control Panel , and press ENTER.

    (b) type Troubleshooting, click on Troubleshooting.

    (c) click network and Internet, click network adapter.

    (d) follow the wizard to run the troubleshooter.

    Method 2:

    Uninstall the application Message, restart the system and then try to reinstall the application from the store.
    Follow these steps.

    (a) right click on the Message, click Uninstall.

    (b) press the Windows key + F, click Save.

    (c) click on Mail, calendar, people, and messaging App.

    (d) click on install.

    Note: Uninstall Message App will also Uninstall the Mail, calendar, people, and messaging applications.
    Let us know if it helps.

    Reply back with the results. I'd be happy to help you at best.

  • you try to upload the photo using facebook and email?

    Hi, I have listened to instructions on photoshop elements 11 but when I tried facebook upload button did not? I have sign up

    also when I tried to email I couldn't have my address where mistaken. This is all new to me.

    Thanks for any help

    Thanks again it would be something that I was missing!

Maybe you are looking for

  • Windows keeps telling me my printers wireless in offline mode when it is not

    Windows always tells me that my wireless hp photosmart 5510 printer is currently offline when it is not. my router does not work correctly. the printer says its connected, I even print test pages and entered the program apps on it. no problem. I don'

  • Touch pad disable

    Hi friends I have a BOOK of NOTES of COMPAQ 420. I USE THE USB EXTERNAL MOUSE. I want to disable the touchpad or mouse on the notebook. When I type sometimes touching hand or thumb and I lost focus when I typed. I check the System Device Manager, but

  • replaceable hard disk on almost identical machine or recreate the image?

    I have an old Dell Latitude D830, which seems to have a dead motherboard. Its backed up and photographed using Windows Image in Win 7 Ultimate. Search on ebay for an identical machine so that I can just swap the HARD drive or recreating the image. Th

  • Redundancy of WebEx servers

    Hello just want to know how many servers HA can be added to the primary server Webex?

  • Reading orientation video blackBerry Z10

    Maybe a stupid question, but after recording a few videos using the Z10, is possible to change the orientation of it? I took a few videos holding the camera in landscape orientation; However, I can get them only for reading in portrait mode, which me