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

loop through facebook friends to find matches in database, facebook api

I have made a login with facebook that adds the user to my database if they haven't been added yet. I want to show other facebook friends (of the current user that just signed up) that have signed up for my app as well.. I am trying to do this by…
Wp3Dev
  • 2,001
  • 7
  • 38
  • 54
0
votes
0 answers

getUser returning 0 facebook sdk

I am trying to make a login with facebook on a codeigniter app. I have a login button that takes them to grant permissions and then redirects them to the page that should display their facebook information in an array, however getUser keeps…
Wp3Dev
  • 2,001
  • 7
  • 38
  • 54
0
votes
1 answer

Facebook Graph API - get postst posted by my aplication

How to compose request which is retrieve wall posts posted by my application or at least I want to get ALL posts posted by any application or user. Now I can see only posts from myself and friends : me?fields=feed with permission read_stream. If it…
Mickey Tin
  • 3,408
  • 10
  • 42
  • 71
0
votes
1 answer

How to get shared fan pages by FQL or Facebook-SDK (php)

I need to get informations about fan pages shared by some user, i.e. : fan page id url (optional) when the fan pages was shared by some user (example: creation_time) For example: SELECT fan_page_id, url, creation_time FROM [some_table] WHERE uid…
kazhiu
  • 749
  • 9
  • 21
0
votes
1 answer

Like a post using facebook Sdk 3

I retrieved all the posts from my Facebook wall but now I want to like the post using the post_id. I am using following code but getting below mentioned exception {Response: responseCode: 200, graphObject: null, error: {HttpStatus: -1, errorCode:…
0
votes
1 answer

Request more permission from Facebook Session returns an error

I use this in my onSessionStateChange session.requestNewReadPermissions(new NewPermissionsRequest(this, Arrays.asList("user_photos"))); and i get this error: java.lang.UnsupportedOperationException: Session: an attempt was made to request new…
Mortalus
  • 10,574
  • 11
  • 67
  • 117
0
votes
0 answers

facebook renew access token

I am building desktop application which should commit some stuffs from file system to Facebook. Application should not give user login form at all. C#, VS2010 are used. I have for Facebook App: client app id client secret id token (which is…
ljiljana
  • 1
  • 1
0
votes
1 answer

Tag or pick facebook friends through IOS 6.0 social framework or Facebook SDK

I have read allot in previous threads about FacebookSDK vs SocialFramework but I cant find anything regarding the more specific area of FriendPicker. I have a picture in my application. Right now I use SLcomposeView to post to Facebook which works…
djcj
  • 149
  • 2
  • 15
0
votes
1 answer

Me/Feed Facebook Android sdk 3.0

I want to be able to share posts from my android app but i couldn't achieve it. I have added the facebook sdk 3.0 to my application. I could get a userName, userFirstName, userLastName and etc. But i cannot send feeds. Below is the code that I…
gurkan
  • 3,457
  • 4
  • 25
  • 38
0
votes
1 answer

Facebook SDK to manage facebook page

Is it possible to use the facebook sdk to manage a facebook group/page, without creating a facebook app (e.g. sort posts with most likes / comments etc.) ? I've been looking through the SDK and in order to utilize the SDK for login etc. we would…
0
votes
1 answer

Integrate group page with Facebook SDK 3.0

I need to integrate a facebook group page in my android application. Now, I can login/logout to facebook thanks to the tutorial on the facebook developer website but I don't find any way to show a group page without the using of a webview. Does the…
-1
votes
2 answers

How to generate "never-expires" Facebook access token

Facebook apps require a "never-expires" access code how to get one?
Manuel Lema
  • 69
  • 1
  • 7
-1
votes
1 answer

How to get the profilepic path after login with facebook

Here i am doing Login with facebook,and also it is working fine,now my question is after login i need the profile pic path,i don't how can get the path,if any one knows please update your answer.as od now i am getting the values like id,name,email…
Sagu K
  • 99
  • 1
  • 6
-1
votes
2 answers

IOS error when I use Facebook SDK

I have added FacebookSDK.framework into my project, #import but I get this error: Use of undeclared identifier 'FBAppCall' I am working about function LoginFB, please help me.
-1
votes
1 answer

How to generate a Facebook Release Key Hash on Mac?

I am trying to generate a release key hash for my Android app, following the Facebook docs, I have no problem creating the debug with: keytool -exportcert -alias plicprintdebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary |…
Edmond Tamas
  • 3,148
  • 9
  • 44
  • 89
1 2 3
25
26