Facebook permissions

Hello

I recently had a client XMPP for BB10. I tried to improve the interaction with Facebook (like Messenger uses XMPP as well), but I currently have questions to ask permissions to access the Inbox which allowed me to read the previous conversation...

Everything works well with my dev account, but I need the permission of "inbox_read"... There is a form at the request to open the application to anyone... BUT you must specify a target, and BlackBerry is not listed:

So I was wondering if anyone has experience on the application & Facebook. I asked about this on the facebook page, but my question was simply ignored by everyone...

I tried at first to say that it was a "canvas" with a url to the local host, but the examiner told me "I can't open the app ' in google chrome»

Yes... just... I did say it was for BB10 + screenshot of the app has provided '...

in any case... Y at - it something I can do about it, or sometimes I just abandon the idea to support Facebook?

Thank you!

I came across the same problem with I was creating a shared space for my browser for Symbian, I chose the site, I created mine like this after choosing the site (he used Auth login):

When this is done, you can choose the permission,

You must also upload a video of the opening of the App-Logging in - using the actual authorization and bind in the notes of the examination.

I don't know where you asked, but I've been on the official group here: https://www.facebook.com/groups/fbdevelopers/?fref=ts

Tags: BlackBerry Developers

Similar Questions

  • Error message receiver: "Bing toolbar requires you to approve permissions to be fully functional," what cannot update my status or see other statutes to Facebook

    Original title: approval of the Bing Facebook permissions 7 toolbar

    Hello everyone,

    I just bought a laptop Win7 and have been implemented on my Bing toolbar in IE9, after having entered my Facebook login when prompted: Facebook icon I can't update my status or another status view but my profile is showing as connected and I can see a list of the latest photos messages and friend requests.

    Whenever I click on the Facebook icon I get this message "Bing toolbar requires you to approve permissions to be fully functional.  You can disconnect and then connect on the application to approve the necessary permits. "but I don't see where I can do.  Disconnect, then reconnect again, but nothing changes!  I tried clicking on the available link saying 'Bing for Facebook', but after connect you again requested my profile is displayed and that's it!

    The link saying "Bing Bar on Facebook" just open bing.com and the available option just allows me to turn the alerts.  You see, I tried to solve this problem!

    Any help would be really appreciated as I really like the Bing toolbar feature.

    Many thanks in advance,

    Chris

    Hi Chris,

    Since you are facing problems with Bing bar 7 on Facebook, you can post your request in support of Bing for further assistance Forum:

    http://www.bing.com/community/f/

  • BlackBerry Facebook sdk problem view the status

    I want to integrate Faebook with my Blackberry app. To do this, I downloaded the Facebook SDK for Blackberry(). I use the following code to display the user status ' FB.

    String NEXT_URL = "http://www.facebook.com/connect/login_success.html";
    String APPLICATION_ID = "xxxxxxxxxxxx";
    String APPLICATION_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ';
    String [] PERMISSIONS = Facebook.Permissions.USER_DATA_PERMISSIONS;

    ApplicationSettings = new ApplicationSettings (NEXT_URL, APPLICATION_ID, APPLICATION_SECRET, PERMISSIONS);
    Facebook fb = Facebook.getInstance (ACE);

    try {}
    User user = fb.getCurrentUser ();
    String result = user.publishStatus ("Hello world!");
    If ((résultat! = null) &! result.trim (.equals(""))) {}
    Dialog.Inform ("publish success.");
    } else {}
    Dialog.Inform ("publish failed.");
    }
        
    } catch (FacebookException fe) {}
    fe.printStackTrace ();
    }

    The newspaper is successful, it is return to my application correctly and get the details of the user in JSON also. But when publishStatus() is raised, the process is failed. Here are the details of debug on publishStatus() operation window.

    2012-02-07 10:46:51 [INFO] HTTP POST (TCP WIFI): https://graph.facebook.com/xxxxxxxxxxx/feed;interface=wifi
    2012-02-07 10:46:51 [INFO] HTTP-POST response: 403 Forbidden
    2012-02-07 10:46:51 [INFO] HTTP POST body: text/javascript; Charset = UTF-8 (0)

    What is the reason behiind the 403 forbidden error? Is the access token should be with this above URL? If it is, how to integrate it?

    Use this table to permissions

        public static final String[] ALL_PERMISSIONS = new String[] {
                Facebook.Permissions.USER_ABOUT_ME,
                Facebook.Permissions.USER_ACTIVITIES,
                Facebook.Permissions.READ_FRIENDLISTS,
                Facebook.Permissions.READ_STREAM,
                Facebook.Permissions.FRIENDS_ABOUT_ME,
                Facebook.Permissions.MANAGE_FRIENDLISTS,
                Facebook.Permissions.PUBLISH_STREAM, };
    

    This works for check it out you.

    or

    String [] permissions = Facebook.Permissions.ALL_PERMISSIONS;

    Check this one out.

  • Facebook Blackberry SDK; cannot update status or post it on the wall

    Good afternoon!

    I downloaded the most current Facebook-bb-sdk from SourceForge, but can't make it work.

    It seems to be ok sign, but I can't get any action edition in order to work. I installed the JARS as indicated in the readme.pdf, but the version that I downloaded does not include the sample application Strawberry and there seems to be no other downloads available. I, however, managed to find a project obsolete Stawberry, but it did not help (too old, maybe).

    In any case... Here is the code relavent which is attached to a button action:

    String NEXT_URL = "http://www.facebook.com/connect/login_success.html"; // also tried http://m.facebook.com/login.php
    String APPLICATION_ID = "my-application-id-is-here";
    String APPLICATION_SECRET = " my-secret-decoder-ring-code-is-here";
    String[] PERMISSIONS = Facebook.Permissions.USER_DATA_PERMISSIONS;
    ApplicationSettings as = new ApplicationSettings(NEXT_URL, APPLICATION_ID, APPLICATION_SECRET, PERMISSIONS);
    Facebook fb = Facebook.getInstance(as);
    
    try {
    
       User user = fb.getCurrentUser();
       Dialog.inform("FB Name:" + user.getFirstName()); // this does indeed give me the correct authenticated user
       user.publishStatus("Hello world!"); // this does not publish my status update. boo
    
    } catch (FacebookException e1) {
    
        e1.printStackTrace();
        Dialog.inform(e1.toString());
    }
    

    As mentioned, login pages happens, I connect... and then I expect my status update to happen, but it never appears on my FB page. If I hit the button again, no login page shows (of course because I'm already authenticated), but no position shows no more. The dialog box I have arise watch the right user. I'm out of ideas.

    Any help is VERY appreciated. Thank you!

    Welcome to the forums!

    To start, you receive an exception when you try to post a new status? What a stack trace in your console?

  • How to share the document (text + photo) on facebook & twitter?

    Hello

    I have to add the mechanism of action at my request,

    I downloaded the "FacebookBlackBerrySDK - v0.8.25.jar" and when I use this jug I get the error:

    Error at startup 'My application': Module ' FacebookBlackBerrySDK - v0.8.25.jar ' not found

    I use this code

    String NEXT_URL = http://www.facebook.com/connect/login_success.html";
    String APPLICATION_ID = "153555168010272";
    String APPLICATION_SECRET = "354f91a79c8fe5a8de9d65b55ef9aa1b";
    String[] PERMISSIONS = Facebook.Permissions.USER_DATA_PERMISSIONS;
    ApplicationSettings as = new ApplicationSettings(NEXT_URL, APPLICATION_ID, APPLICATION_SECRET, PERMISSIONS);
    Facebook fb = Facebook.getInstance(as);
    

    the jar file source: https://sourceforge.net/projects/facebook-bb-sdk/

    Please I need help

    Click the checkbox to the OrderAndExport RightClick on project Buildpath-Configurebuildpath and select order and export click this box run the application.

  • Windows 8: "we cannot connect without these permissions!" with Facebook

    I have a very bizarre and unexpected behavior in Windows 8:

    -With any app or desktop application that attempts to connect with Facebook (Photos, Photo Gallery, Messenger, etc.). I get in the part 'connect' and I actually have to GRANT access to Microsoft for what they want to to allow me access to.
    -As soon as confirmation of the access granted, Windows 8 think about 5 seconds and then raises the following message:
    "We cannot connect without these permissions."
    "You allow us to do the following on Facebook:
    And then used lists access Facebook Chat, post to Facebook like you and manage your notifications.
    -If I'm actually in my accounts settings Facebook Apps, Microsoft App is actually GRANTED all these permissions that Windows 8 applications are rejected!
    Any suggestions? Anyone else suffering from this?
    Thanks in advance,
    Rafa.

    Hi everyone, this is not a problem to solve, it's a reality :)

    Integrations of Facebook with the operating systems Windows, applications and services is no longer supported (or available somehow).  Recent changes to the Facebook interface that Microsoft used have made is no longer compatible.

    I'm sorry to say that the only alternative is to use the Facebook application instead: download here

    Facebook for Windows or Facebook for Windows Phone

  • Images not be loading not in Facebook

    Maybe it's not a Firefox problem, but I searched Facebook and have no answer.

    I started with Add-ons disabled in Firefox, changed my ticked appearance, my Plug-ins updates, but nothing seems to help.

    The only thing I haven't done is use another browser. I disabled some of my modules, one by one, without any result.

    Someone here had this problem? Any help will be appreciated.

    Is he missing images then check that you do not block the images of certain areas.
    You can press the ALT key, or press F10 to display the Menu bar
    Check the permissions for the domain in the currently selected tab in "tools > Page Info > Permissions.

    Search for "tools > Page Info > media ' blocked images

    • Select the first link of the image, and then use the cursor key to scroll the list.
    • If an image in the list is grayed out and 'block Images of..."is checked then uncheck this box to unlock pictures of this area.

    Make sure that you do not block the (third) images, the permissions.default.image pref on the topic: config page should be 1.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    There are extensions like Adblock Plus (Firefox, Tools/menu key > Modules > Extensions) and anti-virus software that can block the images and other content.

    See also:

  • I can't access the contents of Facebook on my Macbook Air.

    I can access the Facebook site, but there is no content available. The page is not filled. It's just empty! Yesterday Facebook has been for a while, and since she is I can't access the content on my laptop. It is available on my iPad and iPhone.

    Try this:

    1. Open a new url with about: permissions
    2. search for facebook in the list on the left
    3. Click on "forget this site".
    4. Restart Firefox

    He works?

  • Why videocalls in facebook do not work right?

    I can ear and see other people, unfortunately they only see me but the ear not what I say.

    Hi Carlos_Rosario_Silva,
    I understand that when you make video calls Facebook who the front desk person can't hear audio.

    After doing some research on the site of Facebook video, it looks like they have posted some tips for troubleshooting audio problems: https://www.facebook.com/help/325947034156919/

    Also check that you have shared your microphone correctly: https://www.facebook.com/help/325947034156919/

    Please try these first. Then in your Firefox there are two places to check the status of sharing your microphone.

    1. In the call window, right click and select "Page Info".
    2. Click the permissions tab and scroll down to the microphone. Please ensure that it is given permission to share

    So that the receiver solve the audio call, please also ask them to ensure that it is only the audio in a call from you and not in other institutions.

  • Observed a different behavior between Firefox and all night (on Facebook)

    I love trolling Facebook as all with much too much time on their hands. I discovered something funny going on.

    I have 2 laptops. An an XP dinosaur Firefox running (x 86 plus recent 33.0?), the other running every night. I now use every night.

    When I'm on Facebook on ol ' faithful, I want to copy/paste of emoticons (smileys) from other sites. That has always worked smoothly.

    On my x 64 on a nightly basis, Facebook seems to flow normally but the "symbols" site won't allow me to copy. Just a small black square appears when I try to select an icon.

    That's the problem. The 'broken' site contains as well, because I run every night - W8.1 and WTP, both x 64. or every night is not able to correctly interpret the site?

    http://www.piliapp.com/Facebook-symbols/

    These black boxes show if the Flash plugin is blocked (not active), in order to verify that through the Lego block on the address bar icon.

    You can control and manage permissions for the domain in the tab currently selected through these steps:

    • Click the address bar onthe Site identity button"(globe/lock)
    • Click on 'More information' to open ' tools > Page Info "with the Security tab is selected
    • Go to the permissions tab (Tools > Page Info > permissions) to check the permissions for the domain in the currently selected tab
  • Unable to connect on the websites except Google and facebook

    I am currently unable to connect to all websites except Google or Facebook since yesterday. I did the basic check through the menu in SAFARI preferences with no result. Could someone help me in this matter?

    Thank you.

    Hello.

    If you have problems to open Web pages, take a look at these techniques proposed by Apple of troubleshooting.

    https://support.Apple.com/en-us/HT204098

    Go to the Safari menu (at the top right of your screen next to the Apple icon), choose 'Quit Safari'

    Press the "Shift" key and while holding this button on your unique keyboard, click the icon of Safari on your Dock.

    Open Safari - Preferences - Privacy - data to remove any Web site.

    Open the menu to go with the Option (Alt) key - library - key locate Safari folder and place it on your desktop. Restart your Mac, open Safari and delete the file from your desktop.

    Also, try the following steps:

    Restart your Mac.

    Try to start:

    -Stop your Mac

    -Wait until your computer turns off and after that press the power button

    -Just after you hear the startup tone, press in and hold the SHIFT key

    -Release the SHIFT key when you see a gray Apple sign and the progress under this sign bar

    -Once your Mac boot, restart dhcpd as you usually do.

    If this does not help, follow the instructions below:

    -Stop your Mac

    -Wait until your computer turns off and after that press the power button

    -Just after you hear the startup tone, press in and hold the SHIFT key

    -Release the SHIFT key when you see a gray Apple sign and the progress under this sign bar

    -Once you see office, start a scan Disk Utility to detect and repair file system errors (remember to choose your primary hard drive)

    -Click on the disc to check, then, if requested to solve the problems on the repair disk

    -After that click on verify disk permissions, and then click Repair disk permissions

    -Once the process is complete, stop your Mac and turn it on again after 30 seconds

    I hope this helps!

  • How can I keep facebook out of my Contacts?

    I don't want Facebook to make a link to my CONTACTS at all... especially not via the calendar!

    How can I stop it? According to the calendar "HELP" facebook and linkedin use explicits read-only permissions

    ignore efforts excluding the Group!

    Go to System Preferences > Internet accounts. Find the Facebook and uncheck options 'Contacts' and 'calendar '.

  • Problems with content from Facebook (works in IE)

    This morning, I am unable to load Facebook. The log in page appears. After I connect my mini photo to page title and notifications, etc., all work - but no sidebar, no content.

    I have cross checked and it works fine in IE

    Thoughts anyone?

    Make sure that your firewall (ZoneAlarm / ForceField) is not blocking the content.

    One possible cause is security software (firewall, antivirus) that prevents or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

  • Facebook icons do not appear in many places, for example, in the left column on my RSS page... or looking at the photos, the icons are missing and I need to guess where to click here to close, or "next".

    The little icons that show in the menu bar of Facebook at the top of the screen do not appear. In addition, icons next to words on the left and right columns do not appear, or they do not show when you view photos on facebook. I have to guess where to click to close, or go to 'next '.

    See:

    • http://KB.mozillazine.org/Images_or_animations_do_not_load
    • You can see the permissions for the domain in the active tab in tools > Page Info > permissions
    • You can check the exceptions in tools > Options > content: Load Images > Exceptions
    • You can check tools > Page Info > Media tab for blocked images (scroll images)

    There are also extensions (Tools > Modules > Extensions) that can block images.

    See:

  • I blocked some photos in facebook by accident, the toddler got click happy. How can I remove this block in some photos?

    I blocked some photos in facebook by accident, the toddler got click happy. How can I remove this block in some photos?

    With Facebook on display, click the button to the site identity (for more details on what is, see https://support.mozilla.com/kb/Site+Identity+Button) and then on more information. This will open the page info dialog box.

    First, select the permissions tab, make sure that 'Load the Images' is set to allow (default selection should work as well)

    Then select the media tab, and then click the first item in the list. Use the down arrow key to scroll the list. If any element has the option 'Images of block of (field name)' selected, deselect the option.

    This should hopefully solve your problem, but see also https://support.mozilla.com/kb/Images+or+animations+do+not+show

    Some add-ons can also block images, for example, if you have AdBlock Plus installed, make sure that you have not accidentally created a filter to block images.

Maybe you are looking for