Questions tagged [facebook-sdk-3.0]

The Facebook SDK version 3.0 released on 07/08/2012

Facebook SDK makes it easier and faster to develop Facebook-integrated apps

Here’s a rundown of the key updates:

  1. Updated native UI components and added internationalization support
  2. Refined and simplified core APIs, including session and request objects
  3. Bug fixes and increased stability
386 questions
-1
votes
1 answer

Facebook SDK Key Hash - forgotton?

I have implemented Facebook SDK into my Android application correctly i beleive with development key hash etc and i am testing the login function. The first time i used the function, the facebook page presented me with the usual "This application…
Ross
  • 3
  • 1
-1
votes
3 answers

Login Facebook Sdk without Facebook App

I developed android app to share on Facebook. But when Login if Facebook App is installed then my app take credentials from Facebook app. How I can Login to Facebook using Facebook SDK in My app not in Facebook app. login facebook…
Mohammad Rababah
  • 1,730
  • 4
  • 17
  • 32
-1
votes
1 answer

Installing Facebook Sdk in Android Studio 1.0.2

I am trying to install Facebook SDK in Android Studio 1.0.2. However, i can not find any tutorial to tell how can i achieve this. Because 1.0.2 version of Android Studio is very different from the previous versions. How can i install Facebook SDK in…
Arda Güçlü
  • 728
  • 2
  • 6
  • 27
-1
votes
1 answer

Android - How to execute remaining code when exception came

when i was trying to get email from facebook login. i got exception : no value for email. then remaining code not executed. i mean HTTPParams code not execute. i gave email permissions for getting email. but some users facebook email not getting.…
srinu_stack
  • 117
  • 1
  • 2
  • 7
-1
votes
1 answer

Facebook advertising through SDK?

I would like to explore the facebook SDK, specifically posting advertisements. Browsed for few hours but didnt get proper answer for my question. Any answer on the feasibility and the code snippet would be greatly appreciated.
-1
votes
2 answers

Facebook permissions changes killing project

I have an web application that migrats with Facebook, issue is: The application is built to get users friends list to an object, And send a message to all these friends, I saw on Facebook that they allow 250 users to receive message at once, On this…
-1
votes
1 answer

IBM Worklight - config app facebook to run in real device

I have a Worklight-based app that uses Facebook Login. When I preview it everything is ok (I can click the login button and the Facebook Login dialog box is displayed), but when I run it on the Android Emulator or device I get the following error…
-2
votes
1 answer

Facebook information not populating Parse database

when users log-in through facebook in my app, I query for their picture and their name and use that info to populate Core Data and my Parse.com backend. However, it's not working. Here's the code that does everything: #pragma mark - () -…
user2497586
-3
votes
1 answer

laravel: how to install facebook SDK using composer

Friends, I am new in laravel. I don't know how to install Facebook SDK in laravel project. Please tell me how to install the Facebook SDK in laravel project using composer.
-3
votes
1 answer

Facebook post not working with application of facebook in device in unity

I am working in Unity. I tried to post the score to the Facebook wall using Facebook SDK plugin. Though I used a device (Nexus7, MotoG) with the official Facebook application installed, the FB.Feed() method is not working and dialog does not appear…
-5
votes
3 answers

Is it possible to get friend's emails using facebook api?

I am getting name and id but not more informations about friends. api('me/friends'); //print_r($friends['data']); print_r("Number of Friends: ". count($friends['data'])); foreach ($friends['data'] as…
1 2 3
25
26