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
0
votes
1 answer

resource errors Integrating facebook sdk in ndk app

I'm using visual studio to compile ndk part and ant script to compile java part. this is my build.xml
0
votes
1 answer

facebook return com.facebook.sdk, error = 5 when I post an image to my own wall

I want to share an image with Url, title, caption and message. I am using Facebook connect to do that. After successful facebook login I am using the following code to share the image. NSLog(@"card image = %@",[MyClass getcardImage]); // This log…
Shahid Iqbal
  • 2,059
  • 2
  • 21
  • 29
0
votes
2 answers

Facebook API - getting friend list with detail info again

I'm using Facebook SDK ( http://facebooksdk.net ) and want to get friend list with the following information: 1. ID 2. Name 3. Photo 4. link 5. Email 6. etc... I have read Facebook's documentation and different posts of forum (including…
Oleg Sh
  • 8,496
  • 17
  • 89
  • 159
0
votes
1 answer

How to add remote upload functionality to a web app with Instagram-like Filters to allow sharing on Facebook?

I found this awesome tutorial on building a web app with instagram-like filters: http://tutorialzine.com/2013/02/enhancing-the-instragram-filter-app/ The app allows you to drag a picture from your computer into the browser and apply instagram-like…
Ori
  • 259
  • 2
  • 8
  • 27
0
votes
1 answer

Post pictures and tagged friends to facebook through ios app

I find it disturbing that its very easy to pick friends with friendPicker (FacebookSDK) and post pictures is extremely easy with IOS 6.0 social framework but to post the two combined seems very difficult. I'm looking into the Facebook Open Graph…
0
votes
1 answer

How can I add name, caption etc in my uploaded image to facebook in my android application?

I am trying to develop an app that will uplaod an image to my wall. I did that, but I can't add name, caption etc which are in a bundle. Because newUploadPhotoRequest() method only takes 3 parameters(sessoin,bitmap,callback). Pls give me exact full…
Afzal
  • 71
  • 2
  • 12
0
votes
1 answer

Not getting albums of some users in facebook sdk graph api

I am querying in graph api like this /userid/albums I am getting response of most users successful but I am though not getting response of some users. It give me blank response- { "data": [ ] }
Hardik
  • 17,179
  • 2
  • 35
  • 40
0
votes
1 answer

Embed link in message field of Facebook post using Facebook sdk 3.1

I need to Embed a link as displayed here with date and time.I know with "link " field we can embed link with the post.But I want the link to be in message field like hyperlink.
user1767260
  • 1,543
  • 8
  • 26
  • 51
0
votes
1 answer

Facebook SDK for Android - post to page feed

I'm trying to deal with Facebook SDK on Android. For now, posting to user's feed (me/feed) is done and working properly. After user authenticating, my application receives manage_pages permission, and propose user to save groups he have admin rights…
formatBCE
  • 159
  • 1
  • 12
0
votes
2 answers

manifest version number effects Facebook login?

In order to update my app in Google play store I had to change my version number in the Android manifest. I updated the file from: android:versionCode="1" android:versionName="1.0" to: android:versionCode="2" android:versionName="2.0" the market…
0
votes
0 answers

Facebook session logout using a different button in Facebook Web sdk?

Is it possible to logout of a facebook session using a different button? My website uses Login with Facebook feature and I want to destroy the logged in session of facebook using the different sign out button on my website. On signing out, I want to…
Aditya
  • 1,241
  • 5
  • 19
  • 29
0
votes
1 answer

Facebook SDK: WebDialog authorization asks user name and password twice (once for read, once for publish)

I am developing on Android and I am using Facebook SDK version 3.0.2. When there is a Facebook app present, then it logs in through Facebook app and when there is no Facebook app present, web dialog pops-up and asks for the user name and the…
jclova
  • 5,466
  • 16
  • 52
  • 78
0
votes
1 answer

How do I use the facebook api to get another users feed

I'm using Impactworks graph handler to get my facebook posts successfully. http://blog.impact-works.com/2011/07/01/importing-user-info-using-facebook-graph-api-asp-net-part-1/ But how do I get another users posts from their wall? Do they just need…
PeteTheGreek
  • 729
  • 2
  • 21
  • 41
0
votes
1 answer

Unity3d official sdk FB.UI

In the documentation there is a page describing this method: FB.UI I downloaded this plugin, there are other methods like FB.AppRequest, FB.Init, FB.Feed, But no FB.UI. Isn't it implemented yet?
0
votes
1 answer

Auto Post to Facebook with PHP SDK like RSS Graffiti

I want to post auto on facebook with php SDK like RSS Graffiti does so i have this script on every thing is good and working but i am facing one problem here is my script $facebook = new Facebook(array( 'appId' => 'appId', …