[android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Pedro Cortez
Hi,
i'm trying to implement the new facebook api but i can't be sucessfull.
Everything i get the error "projeto is misconfigured for facebook login",
neither the examples goes right. Anyone can help me?
Sorry for my poor english.

-- 

Pedro Cortez

-- 
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] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread TreKing
On Sun, Oct 28, 2012 at 2:33 PM, Pedro Cortez <
pedro.fellipe.cor...@gmail.com> wrote:

> i'm trying to implement the new facebook api


Ask a group or forum dedicated to the Facebook API. This is not specific to
Android.

-
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

Re: [android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Harri Smått
Hi,

Which examples are you trying to run? The ones coming with Facebook SDK 3.0 
beta .zip seem to work ok. And yes, new SDK is built against API level 8 
(compared to 3 which it used to be).

--
H

On Oct 28, 2012, at 9:33 PM, Pedro Cortez  
wrote:

> i'm trying to implement the new facebook api but i can't be sucessfull. 
> Everything i get the error "projeto is misconfigured for facebook login", 
> neither the examples goes right. Anyone can help me?

-- 
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] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Pedro Cortez
i've tried "Scrumptious", I create an app at developers.facebook, put my
key, config everything. I put at my samsung galaxy tab 7. Put it doesnt work


On Sun, Oct 28, 2012 at 5:54 PM, Harri Smått  wrote:

> Hi,
>
> Which examples are you trying to run? The ones coming with Facebook SDK
> 3.0 beta .zip seem to work ok. And yes, new SDK is built against API level
> 8 (compared to 3 which it used to be).
>
> --
> H
>
> On Oct 28, 2012, at 9:33 PM, Pedro Cortez 
> wrote:
>
> > i'm trying to implement the new facebook api but i can't be sucessfull.
> Everything i get the error "projeto is misconfigured for facebook login",
> neither the examples goes right. Anyone can help me?
>
> --
> 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
>



-- 
att,
Pedro Cortez

-- 
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] has the new facebook api (3.0) has some minimum version requirement?

2012-10-28 Thread Harri Smått
Hi,

Ah ok, take a look on this SO post;
http://stackoverflow.com/questions/12382558/app-is-misconfigured-for-facebook-login-android-facebook-integration-issue

I got Scrumptious to work after I created an app with proper credentials on 
Facebook App Dashboard.

--
H

On Oct 28, 2012, at 10:04 PM, Pedro Cortez  
wrote:

> i've tried "Scrumptious", I create an app at developers.facebook, put my key, 
> config everything. I put at my samsung galaxy tab 7. Put it doesnt work
> 
> 
> On Sun, Oct 28, 2012 at 5:54 PM, Harri Smått  wrote:
> Hi,
> 
> Which examples are you trying to run? The ones coming with Facebook SDK 3.0 
> beta .zip seem to work ok. And yes, new SDK is built against API level 8 
> (compared to 3 which it used to be).
> 
> --
> H
> 
> On Oct 28, 2012, at 9:33 PM, Pedro Cortez  
> wrote:
> 
> > i'm trying to implement the new facebook api but i can't be sucessfull. 
> > Everything i get the error "projeto is misconfigured for facebook login", 
> > neither the examples goes right. Anyone can help me?
> 
> --
> 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
> 
> 
> 
> -- 
> att,
> Pedro Cortez
> 
> 
> -- 
> 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

-- 
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] has the new facebook api (3.0) has some minimum version requirement?

2012-10-30 Thread Pedro Cortez
HI, can you help me to create a proper credentials? Because i did
everything that they said and still not work. I always get this error
: E/Zygote(15498): java.io.IOException: Operation not permitted


On Sun, Oct 28, 2012 at 7:24 PM, Harri Smått  wrote:

> Hi,
>
> Ah ok, take a look on this SO post;
>
> http://stackoverflow.com/questions/12382558/app-is-misconfigured-for-facebook-login-android-facebook-integration-issue
>
> I got Scrumptious to work after I created an app with proper credentials
> on Facebook App Dashboard.
>
> --
> H
>
> On Oct 28, 2012, at 10:04 PM, Pedro Cortez 
> wrote:
>
> > i've tried "Scrumptious", I create an app at developers.facebook, put my
> key, config everything. I put at my samsung galaxy tab 7. Put it doesnt work
> >
> >
> > On Sun, Oct 28, 2012 at 5:54 PM, Harri Smått  wrote:
> > Hi,
> >
> > Which examples are you trying to run? The ones coming with Facebook SDK
> 3.0 beta .zip seem to work ok. And yes, new SDK is built against API level
> 8 (compared to 3 which it used to be).
> >
> > --
> > H
> >
> > On Oct 28, 2012, at 9:33 PM, Pedro Cortez <
> pedro.fellipe.cor...@gmail.com> wrote:
> >
> > > i'm trying to implement the new facebook api but i can't be
> sucessfull. Everything i get the error "projeto is misconfigured for
> facebook login", neither the examples goes right. Anyone can help me?
> >
> > --
> > 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
> >
> >
> >
> > --
> > att,
> > Pedro Cortez
> >
> >
> > --
> > 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
>
> --
> 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
>



-- 
att,
Pedro Cortez

-- 
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