Skip to content Skip to sidebar Skip to footer
Showing posts with the label Facebook

Can't Retrieve Friend's Album In Android/facebook

I'm trying to retrieve a friend's albums with the following code. Both the account I'm … Read more Can't Retrieve Friend's Album In Android/facebook

Unable To Import Session,request,response,graphuser Packages In Android

I imported latest facebook sdk in my ecllipe.When i am trying to get basic information in my app,it… Read more Unable To Import Session,request,response,graphuser Packages In Android

Facebook Post To Wall Give Exception

I want to post text message to my facebook wall. My example code is: public void postOnMyFacebookWa… Read more Facebook Post To Wall Give Exception

Facebook For Android, Why Can't I Use 'this' As The Activity To Openrequest()?

In my activity class I am unable to open a request or set active session using 'this'. My a… Read more Facebook For Android, Why Can't I Use 'this' As The Activity To Openrequest()?

How To Re-request Permissions In Facebook Sdk 4.0

I got the FacebookActivity and unchecked the friends permission. Now in the application i want to a… Read more How To Re-request Permissions In Facebook Sdk 4.0

Does The Facebook Sdk Only Work With Activities?

I've been trying to implement the Facebook SDK into my application in order to let users post m… Read more Does The Facebook Sdk Only Work With Activities?

Facebook Oncompleted Email Java.lang.nullpointerexception

I'm able to get all those things as shown in my code below, but unable to retrieve email from t… Read more Facebook Oncompleted Email Java.lang.nullpointerexception

Cant Login Facebook In Android "failed To Find Provider Info For Com.facebook.katana.provider.attributionidprovider"

I am a beginner of android programming. I am trying to use facebook SSO, therefore I follow the ins… Read more Cant Login Facebook In Android "failed To Find Provider Info For Com.facebook.katana.provider.attributionidprovider"

Facebook Sdk Crashes Google-play-services-lib If Imported As Existing Android Source Code

I have an extremely strange problem to which finding solution seems to be very tricky. Here's t… Read more Facebook Sdk Crashes Google-play-services-lib If Imported As Existing Android Source Code

Customizing Facebook Login Button In Android Application

I am working on an android application in which I have implemented facebook login button.My login s… Read more Customizing Facebook Login Button In Android Application

How To Get User Details After Successful Login Through Facebook

I tried this: when isSessionValid getDetails directly else facebook.authorize and then getDetails i… Read more How To Get User Details After Successful Login Through Facebook

Get User Email From Facebook Sdk Android

I am just starting out with the Facebook SDK, I currently have an app that has its own login system… Read more Get User Email From Facebook Sdk Android

How Instagram For Android Uses Offline_access?

Recently Facebook has deprecated 'offline_access'. But, I find that Instagram app for Andro… Read more How Instagram For Android Uses Offline_access?

How To Generate Key Hash For Facebook Sdk In Mac

I'm trying to obtain the key hash for integrating facebook into my Android app. But all over t… Read more How To Generate Key Hash For Facebook Sdk In Mac

Share Using Intent To Facebook In Android

I use the following code to share content Intent intent = new Intent(Intent.ACTION_SEND); intent.se… Read more Share Using Intent To Facebook In Android

Post Message On My Friends Wall With Sdk 3.5 Android

i want to post message on my friends wall , I got my friend list and their Id now i am using the be… Read more Post Message On My Friends Wall With Sdk 3.5 Android

Post To User Facebook Wall Not Working When Facebook App Is Installed On Device/emulator

I've built an activity that uses this implementation (see the accepted answer) to post a status… Read more Post To User Facebook Wall Not Working When Facebook App Is Installed On Device/emulator

Loginactivty With Firebase & Facebook Authentication Not Responding After 3th Relaunch

Everytime at the 3th relaunch, my app gets stuck on a dark screen. I have no clue why, I have check… Read more Loginactivty With Firebase & Facebook Authentication Not Responding After 3th Relaunch

Integrating Facebook Sharing Into My App

Im trying to integrate Facebook sharing into my app. I am following this guide: https://developers.… Read more Integrating Facebook Sharing Into My App

Facebook Log Out Error In Android

I had a Log in Button in my Android App. It works fine when I'm logging in. But then I got this… Read more Facebook Log Out Error In Android