Re: [android-developers] Facebook android sdk

2016-06-02 Thread TreKing
On Wed, Jun 1, 2016 at 4:11 PM, SenyaApps Official <
contact.senya...@gmail.com> wrote:

> i want to know if i added it properly or not !
>

If you can't tell if you'd added it properly to your own app, how is anyone
else supposed to answer that?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScggsxp2UU_OFkwLEnse_LG-F%3DMxgzVxJnkzsV-wUmy_uxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Facebook android sdk

2016-06-01 Thread SenyaApps Official
i want to know if i added it properly or not !

On Wed, Jun 1, 2016 at 10:00 PM, sardar khan 
wrote:

> Yes you can integrate facebook using facebook adk check thr developer
> console of the facebook and get started with android
> On Jun 2, 2016 1:40 AM, "SenyaApps Official" 
> wrote:
>
>> Hi google
>> I want to know if i integrated Facebook android sdk properly in my game.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to android-developers@googlegroups.com.
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/6c32bec4-b9e2-48f5-a841-98ecd71e8c7d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/AsGNJCEE2Fc/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CABHzXATpNPt7yQ78OkqWjaWqaXqNifwdWaa5-d7Y2ZaQ4ERnTQ%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAKfrEBv-DGFqbsLy_GinOuGTO4_2_UDdFBdCxzJboJJbJJ%2BFvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Facebook android sdk

2016-06-01 Thread sardar khan
Yes you can integrate facebook using facebook adk check thr developer
console of the facebook and get started with android
On Jun 2, 2016 1:40 AM, "SenyaApps Official" 
wrote:

> Hi google
> I want to know if i integrated Facebook android sdk properly in my game.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/6c32bec4-b9e2-48f5-a841-98ecd71e8c7d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXATpNPt7yQ78OkqWjaWqaXqNifwdWaa5-d7Y2ZaQ4ERnTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Facebook android sdk

2016-06-01 Thread SenyaApps Official
Hi google 
I want to know if i integrated Facebook android sdk properly in my game.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6c32bec4-b9e2-48f5-a841-98ecd71e8c7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] FACEBOOK ANDROID SDK API Problem to get access token

2011-04-05 Thread elioncho
Hello,

I've been using the Facebook class on the FACEBOOK ANDROID SDK to sign
up users with Facebook on my Android app. The authorize method has an
onComplete callback where I call the getAccessToken method and it just
works. The problem that I encounter right now is when I call the
dialog method to post a message to the user wall. Sometimes the user
may not be login to facebook and once the feed dialog is called it
shows first the authorize or sign up dialog. My guess is that I
should also be able to call the getAccessToken on the onComplete
callback of the dialog but nothing is returned. Does anyone knows a
workaround for this?

Elioncho

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] FACEBOOK ANDROID SDK API Problem to get access token

2011-04-05 Thread TreKing
On Tue, Apr 5, 2011 at 11:30 AM, elioncho elion...@gmail.com wrote:

 Does anyone knows a workaround for this?


Ask on a forum dedicated to the Facebook API. This group is for the Android
SDK.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Facebook Android SDK randomly stopped working

2011-03-02 Thread Jamie
I have integrated Facebook into my Android app and was able to post to
my profile wall. After a few days, I go to do it again and I get An
Error has occurred with MyApp. Please try again later.

Does anyone know why this is happening? It was working fine before.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Facebook Android SDK randomly stopped working

2011-03-02 Thread TreKing
On Mon, Feb 28, 2011 at 4:47 AM, Jamie jamezwh...@hotmail.co.uk wrote:

 Does anyone know why this is happening? It was working fine before.


You'll likely have better luck on a forum dedicated to the FaceBook SDK.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] facebook-android-sdk of Github Issue

2010-06-29 Thread Sohan badaya
Hi All,

I have been facing problem in Facebook. I am using facebook-android-
sdk of Github to connect Facebook from android.
When i try to connect , after login page it shows me error
You do not have permission to open this page. 
fbconnect://success/#access_token=sometoken
value .

I am not being able to solve this error. Please help me for the
same.

Thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en