Note that there are some explanatory texts on larger screens.

plurals
  1. POBlackberry Facebook sdk prob for OS 7.0
    primarykey
    data
    text
    <p>I am using Blackberry Facebook SDK (FacebookBlackBerrySDK-v0.8.25.jar) for facebook integration for my app. I am using the following code.</p> <pre><code>ApplicationSettings as = new ApplicationSettings(NEXT_URL, APPLICATION_ID, APPLICATION_SECRET, PERMISSIONS); Facebook fb = Facebook.getInstance(as); User user = fb.getCurrentUser(); </code></pre> <p>It is working fine with OS 5.0 and OS 6.0, but it is not working for OS 7.0. For it, it is giving the "Connecting to Facebook" screen, not proceeding further. In the debug screen, we are getting below:</p> <pre><code>2012-03-12 07:24:29 [INFO] BF-Navigate: https://www.facebook.com/dialog/oauth?scope=user_about_me,user_activities,user_birthday,user_education_history,user_events,user_groups,user_hometown,user_interests,user_likes,user_location,user_notes,user_online_presence,user_photo_video_tags,user_photos,user_relationships,user_relationship_details,user_religion_politics,user_status,user_videos,user_website,user_work_history,email,read_friendlists,read_insights,read_mailbox,read_requests,read_stream,xmpp_login,ads_management,user_checkins,friends_about_me,friends_activities,friends_birthday,friends_education_history,friends_events,friends_groups,friends_hometown,friends_interests,friends_likes,friends_location,friends_notes,friends_online_presence,friends_photo_video_tags,friends_photos,friends_relationships,friends_relationship_details,friends_religion_politics,friends_status,friends_videos,friends_website,friends_work_history,manage_friendlists,friends_checkins,publish_stream,create_event,rsvp_event,offline_access,publish_checkins,manage_pages&amp;redirect_uri=http://www.facebook.com/connect/login_success.html&amp;display=wap&amp;client_id=XXXXXXXXXX&amp;response_type=token 2012-03-12 07:24:29 [INFO] Access Token not found. </code></pre> <p>What may be the problem?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload